Search code examples
javascriptiis-6http-headersisapi-rewrite

Helicon ISAPI rewrite


I'd like to add cache and expires headers for all my .js files because I'm not able to do it on my server. I'm using IIS. How might I do this?


Solution

  • Are you saying you don't have access to administer the server? If you can access the IIS management console, you can set these headers directly through the UI:

    http://www.webpaths.com/archives/software/microsoft/iis/2009/02/05/how-to-add-an-expires-header-in-iis.html