Clearing javascript cache in ie10 not working, can no longer debug javascript changes

browser-cache, internet-explorer-10, javascript

Solution

I think I found out the answer... it appears that IE10 either added (or added this as a default) a setting 'PRESERVE FAVORITES WEBSITE DATA' ... this was checked (by default) and although I havent thoroughly tested it, I think this is why my js files were not being purged.

Problem

Now that I have upgraded to IE10, it's very difficult to get my javascript changed files to get recognized. In IE9, you could simply use the 'clear the cache' button in the develepor panel and could see your javascript changes. This no longer works (apparently) -- is there some other way to get IE10 to dump your cache? This is brutal! On Windows 7, using VS2010 and just upgraded to IE10.

Original source