I’m creating an Asp.NET site and I’m testing it in IE. Sometimes when I change the code and refresh the page, the changes don’t get “seen,” and I have to clear the cache and private data in IE. Is there a way to turn off this caching browser-side just for development? I want the functionality there in production, but it’s annoying while working on the site.
Share
Press
Ctrl + F5to refresh the page. That does a hard refresh and forces all of the resources to be downloaded again. The IE developer toolbar also has an option that lets you clear the cache.