Microsoft KB Archive/224190

From BetaArchive Wiki
Knowledge Base


Article ID: 224190

Article Last Modified on 9/4/2007



APPLIES TO

  • Microsoft Internet Information Server 4.0



This article was previously published under Q224190

SYMPTOMS

When you use the ASP Response CacheControl method from an ASP page, ASP may leak memory.

RESOLUTION

To resolve this problem, obtain the latest service pack for Windows NT 4.0 or the individual software update. For information on obtaining the latest service pack, please go to:


  • 152734 how to obtain the latest windows nt 4.0 service pack

For information on obtaining the individual software update, contact Microsoft Product Support Services. For a complete list of Microsoft Product Support Services phone numbers and information on support costs, please go to the following address on the World Wide Web:

This hotfix has been posted to the following Internet location as Fix575i.exe (x86) and Fix575a.exe (Alpha):



STATUS

Microsoft has confirmed that this is a problem in Internet Information Server version 4.0. This problem was first corrected in Windows NT version 4.0 Service Pack 5.

MORE INFORMATION

To test whether or not your system has this problem, monitor the Inetinfo process in Performance Monitor. Set up Performance Monitor to monitor the Inetinfo process using the counters for private bytes. Monitor the Inetinfo process for a period of time to get a baseline reading, and then create an ASP file with the following lines:

Response.Expires = 0
Response.Cachecontrol = "private"


After you add these lines to the ASP file and then execute the ASP file on the IIS computer continuously, the private bytes counter will rise accordingly.


Additional query words: 4.00

Keywords: kbhotfixserver kbqfe kbbug kbfix kbqfe KB224190