Article ID: 954756 - Last Review: June 27, 2008 - Revision: 1.0 You experience issues when you host a Web application that contains lots of ASP files in IISOn This PageSYMPTOMSYou experience the following symptoms when you host a Web application that contains lots of Active Server Pages (ASP) files in Internet Information Services (IIS):
RESOLUTIONTo resolve this issue, use one of the following methods. Method 1Reduce the number of cached ASP pages. The size of the ASP template cache increases significantly when additional ASP files and a potentially large number of include files are added to the cache. You can reduce the size of the ASP template cache by configuring the AspScriptFileCacheSize property in the Metabase.xml file.For more information about how to configure the AspScriptFileCacheSize property, click the following article number to view the article in the Microsoft Knowledge Base: 914156
(http://support.microsoft.com/kb/914156/
)
When you host a Web application that is mainly composed of ASP files in Internet Information Services, you notice slow performance, or you receive error messages
Method 2Reduce the size of the ASP templates by limiting the number of include files for a given page.Method 3Upgrade to Microsoft ASP.NET. You can implement caching of objects more efficiently in ASP.NET by using Fragment Caching to cache user controls.MORE INFORMATIONFor more information about how to optimize ASP applications, visit the following Microsoft Web site: http://msdn.microsoft.com/en-us/library/ms972335.aspx
(http://msdn.microsoft.com/en-us/library/ms972335.aspx)
| Article Translations
|
Back to the top
