ASP Caching (IIS 6.0)

The process of creating compiled ASP script files (called templates) and script engines each time an ASP page is requested can consume memory and CPU resources, which in turn can impact performance and scalability. The following section describes how you can improve ASP performance and scalability by caching ASP templates and ASP script engines.


Top of pageTop of page