One of my javascript sources had an extra comma that was throwing an error in IE8. So I opened up my editor, deleted the comma, and saved. I reloaded IE8, but it was still pulling the old js file. I deleted everything in “Delete Browsing History…”, and restarted the browser. It is still pulling the old file. I even set up a log on my server to show whenever the js file was requested. When reloading with IE, the js file is never requested.
I tried doing the same process in Chrome and FF, and it pulled the new file and logged properly on the server.
Is there some other cache that I am failing to clear in IE that would cause this problem?
Try
CTRL + F5.And you can use
CTRL + SHIFT + DELto bring up the dialog where you can clear the cache explicitly.Just so you know, Browsing History has nothing to do with the cache.