I am developing an ASP.NET 2.0 web app using VS 2005 SP1 and VSS for source control. The site uses a master page and theming. My problem is that whenever I make a change in the stylesheet and rerun the site, the same styles are being applied. I can even browser directly to the stylesheet by entering the url into the address bar (which, of course, open FrontPage and all that jazz) and the old version shows up. Even shutting down VS and restarting doesn't fix this.
This has become a huge problem since I am relying on CSS for much of the visual presentation. It is making it impossible to "tweak" the site.
Has anyone else experienced this and, if so, what can I do to make the site behave as expected?!?!?
Thanks in advance.