I'm developing a website useing asp. I have a test server running IIS 5.1 on windows XP professional. When I change a page content and then look at this page in a client (Explorer) the page doesn't reload (I see the old version of the page).
It doesn't help refreshing the page, closing the browser or empting the browser cache. I have also tried restarting IIS, using command line to reset the server (IISreset), and have also tried adding "Response.Expires = -1" and "Response.Expires = 0" to the web pages. Nothing works!
I have not found a solution to this problem.
The problem seems to be server related, because when I try to open the changed page with another machine the problem persists.
If I use another PC. I see the old version of the page.
Thanks,