performance
Improving Performance with Native Output Caching
Created Feb 24, 2008 by iisteam
Dramatically reduce Web application response time by leveraging native HttpCacheModule in IIS 7.0 that stores all application outputs in Kernel mode cache. This tutorial covers enabling and configuring user-mode and kernel-mode caching by creating...
Walkthrough: IIS 7.0 Output Caching
Created Nov 23, 2007 by saad
Introduction Web content can be divided into two categories: static content and dynamic content. Static content does not change from request to request. The content that gets returned to the web browser is always the same. Examples of static...