Results 1 to 4 of 4

Thread: [RESOLVED] [2005] CSS page not updating

  1. #1

    Thread Starter
    New Member TirRaven's Avatar
    Join Date
    May 2007
    Posts
    14

    Resolved [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?

  2. #2
    Banned timeshifter's Avatar
    Join Date
    Mar 2004
    Location
    at my desk
    Posts
    2,465

    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.

  3. #3

    Thread Starter
    New Member TirRaven's Avatar
    Join Date
    May 2007
    Posts
    14

    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

  4. #4
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    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
  •  



Click Here to Expand Forum to Full Width