Monday, November 2, 2015

Caching specific file types

            

Today I would be writing about caching specific file types in IIS. By default this option is not provided in IIS. 

















However there is an work around for it.  We can specify caching time intervals for specific file types by having web.config file for  each file type. 
Ex: under images folder we can have one web.config and specify time intervals specific to it.

Note: IIS would merge together all your web.config file upto the root config file
























No comments:

Post a Comment