J
Jay Williams
Hi, I created a simple ASP .Net website (not web application) in Visual
Studio 2005. In the default.aspx page I display a simple statement such as
"hello". When I run the web page with the built in web web server I see
"hello" printed, but if I change it to "hello world" and re-run I still just
see "hello". I do not believe it is my browser caching the page (tried
clearing history and cache, adding no cache headers etc.), I think it is
what Visual Studio stores in the temporary ASP .Net folders. If I close VS,
delete the folder for my website and then rerun I see my changes.
How can I refresh my website so that I see the most recent changes each time
I run? I am trying to work on some javascript and the changes I make are
not being displayed in the browser.
Thanks,
Jay
Studio 2005. In the default.aspx page I display a simple statement such as
"hello". When I run the web page with the built in web web server I see
"hello" printed, but if I change it to "hello world" and re-run I still just
see "hello". I do not believe it is my browser caching the page (tried
clearing history and cache, adding no cache headers etc.), I think it is
what Visual Studio stores in the temporary ASP .Net folders. If I close VS,
delete the folder for my website and then rerun I see my changes.
How can I refresh my website so that I see the most recent changes each time
I run? I am trying to work on some javascript and the changes I make are
not being displayed in the browser.
Thanks,
Jay