Script/Style getting cached in Visual Studio 2010 Express
I'm working on a personal project in Visual Studio 2010 Express edition, using ASP.NET & C#.
When i debug my web pages, for some reason a few of my css & script files don't reflect the changes i've made to them. When i check their content using firebug, i see it's the old un-modified content, as if a cached copy was used 开发者_如何转开发instead of the new changed one. This doesn't happen with all the files, only a few.
I tried restarting visual studio, deleting and adding the style/script again, but to no avail. I still see the old copies instead of the new ones.
Any idea what wold be causing this?
The local browser cache is probably the reason - did you try loading the page/s with a hard reload (Ctrl + F5)?
精彩评论