[RESOLVED] [2005] CSS page not updating
In my ASP.NET application, I have a stylesheet in my root website directory. I can update and save it just fine and in visual studio and the file reflects these changes at design time. However, when I run my website, it is not reflecting these updates. In IE, I append the CSS file name in the address bar to open the stylesheet file, and indeed it is using an old version of this file. What could be keeping my website from using the new version of this file?
Re: [2005] CSS page not updating
Caching. I do web development, and that is a prime reason I have caching turned off in both Fx and IE. It's caused so much frustration it's ridiculous.
Re: [2005] CSS page not updating
Quote:
Originally Posted by timeshifter
Caching. I do web development, and that is a prime reason I have caching turned off in both Fx and IE. It's caused so much frustration it's ridiculous.
Yup that did it. And yes it was getting quite frustrating. Thanks : D
Re: [RESOLVED] [2005] CSS page not updating
When your business users complain, tell them to use Ctrl + F5. They'll get confused if they have to click on 'Tools'.