155
43
When using Internet Explorer 8 to test my web application I often find it doesn't reload the page, so I don't see my changes. This has resulted in a lot of wasted time and frustration wondering why my fix "didn't work" - when in fact the browser never loaded the fixed version.
I've tried the Refresh button. I've tried F5, Control-F5, Control-R, Control-Shift-R, holding Control while clicking the Refresh button, everything I could think of - it doesn't actually load the new contents from the server. I've confirmed this with Fiddler.
How do I tell IE "I don't care what you think you have cached, I want to reload the page - no really, I mean it this time, honest-to-God, I want you to actually go to the server and download everything again"?
2Best wording of a question I have encountered so far on StackExchange! – user785529 – 2016-06-07T12:49:57.647
Control+F5 goes past the Cache, it's odd if it doesn't.... – Tamara Wijsman – 2010-07-14T19:41:17.410
2Use a private browsing window, maybe? – Josh Lee – 2009-12-09T23:54:28.303
3Is it possible that your web server is serving the old page (via cache) instead of the new version? Doesn't matter how many times you reload in that case. – Michael Todd – 2009-12-09T23:56:46.300
1Michael, no, I verified in Fiddler that IE is not getting the page contents from the server. – EMP – 2009-12-10T00:06:23.183