Adding Output Caching and Expire Header in IIS7 to improve performance
- by Renso
The problem:
Images and other static files will not be cached unless you tell it to. In IIS7 it is remarkably easy to do this.
Web pages are becoming increasingly complex with more scripts, style sheets, images, and Flash on them. A first-time visit to a page may require several HTTP requests to load all the components. By using Expires…