ASP May Leak Memory in Response.CacheControl Method (224190)



The information in this article 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:
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.

Modification Type:MinorLast Reviewed:9/22/2005
Keywords:kbHotfixServer kbQFE kbbug kbfix kbQFE KB224190