How to disable caching of single page application HTML file served through IIS?
I have a single page application (angular-js) which is served through IIS. How do I prevent caching of HTML files? The solution needs to be achieved by changing content within either index.html or the web.config, as access to IIS through a management console is not possible. Some options I am currently investigating are: web.config caching profiles - http://www.iis.net/configreference/system.webserver/caching web.config client cache - http://www.iis.net/configreference/system.webserver/staticcontent/clientcache meta tags - Using <meta> tags to turn off caching in all browsers? IIS is version 7