Search code examples
asp.net-mvccache-control

ASP.NET MVC Change Response Header when Serving Javascript/CSS Files


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?


Solution

  • 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