0
I use visual studio 2012. I’m working with Asp net. I have a style sheet inside a folder and reference it on an aspx page. When I create a new html tag, a <h3>
for example, and I make simple modifications to the style sheet as the element color, sometimes it happens that this modification is not applied, ie the <h3>
is the default color. However, if I put the <style></style>
and the modifications in aspx itself are applied. It does not matter if it is by class or by id, this is sometimes happening. To solve this, I can also copy the content of the style sheet that is no longer working and paste it into a new style sheet. Weird, right? This is happening often, because it will be?
Note: I updated the page and even opened another, but the problem persisted, only solved as I said above.
But I updated the page and nothing happened and even opened another by VS, persisted the problem.
– HeyJoe
Do you update with 'Ctrl + R' / 'Ctrl + shift + R' or normal F5? Because when you update normal, with F5 or by the button in the browser bar, the cache is not clean. The commands I placed reload and clear the page cache.
– Rafael
Ok, I would reload with the same F5. When the problem happens I will do as I said.
– HeyJoe
The problem happened again, and really with "Ctrl + shift + r" solved. Thank you, beast!
– HeyJoe