Is there a way to automatically change the response header in ASP.NET MVC when the browser requests a Javascript or CSS file?
Basically, I want my Javascript and CSS files to be served with this set explicitly on in the response header:
Cache-Control: public
Help?
Here is an article you may find useful for adding Expires or Cache Control Header to static content in IIS.
Hope it helps.
http://www.iis.net/ConfigReference/system.webServer/staticContent/clientCache