How do you set the expiry date or a maximum age in the HTTP headers for static resources in IIS
Leverage browser caching: Setting an expiry date or a maximum age in the HTTP headers for static resources instructs the browser to load previously downloaded resources from local disk rather than over the network. http://code.google.com/speed/page-speed/docs/caching.html#LeverageBrowserCaching To set an expiry date or a maximum age in the HTTP headers for static resources Open IIS manager-> Click … Read more