caching
IIS 7 for Apache Administrators
Created Nov 15, 2009 by tali smith
Introduction - Apache Hypertext Transfer Protocol (HTTP) Server and Internet Information Services 7 (IIS 7) are two of the world’s most popular Web servers. This article provides technical information about IIS for users who are familiar with...
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...