|
-
Jul 26th, 2007, 10:02 AM
#1
Thread Starter
New Member
[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?
-
Jul 26th, 2007, 10:03 AM
#2
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.
-
Jul 26th, 2007, 10:32 AM
#3
Thread Starter
New Member
Re: [2005] CSS page not updating
 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
-
Jul 27th, 2007, 10:19 AM
#4
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'.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|