gib65
01-11-2012, 07:29 PM
I've eliminated my browser's cache (tools > safety > delete browsing history > check everything > click Delete). I've also verified that my browser isn't using a LAN proxy server (tools > internet options > connections > LAN settings > "use a proxy server for your LAN" is unchecked). I'm not sure if there is a WAN proxy settings.
I'm building a .NET web app and when I'm navigating through my app and hit the back button, it sometimes loads a very old page that I got rid of. How's it doing this if I've cleared the browser's cache and the LAN proxy's cache. The entire application is running on my local machine so I don't know how it would get old pages from a WAN proxy.
Is there any other cache source it might be using? How would I set my application/browser to not use it?
I'm using IE9, IIS7, C# codebehind
I'm building a .NET web app and when I'm navigating through my app and hit the back button, it sometimes loads a very old page that I got rid of. How's it doing this if I've cleared the browser's cache and the LAN proxy's cache. The entire application is running on my local machine so I don't know how it would get old pages from a WAN proxy.
Is there any other cache source it might be using? How would I set my application/browser to not use it?
I'm using IE9, IIS7, C# codebehind