Microsoft KB Archive/823818

From BetaArchive Wiki

Article ID: 823818

Article Last Modified on 11/5/2007



APPLIES TO

  • Microsoft Internet Information Services 5.0




SYMPTOMS

Microsoft Internet Information Services (IIS) 5.0 may stop responding. Additionally, the memory usage of IIS may increase before IIS stops responding.

CAUSE

By default, Active Server Pages (ASP) buffering is enabled in IIS 5.0. When ASP buffering is enabled, a response buffer is built to buffer page output. When the page output is buffered, the server does not send the response to the client until all the server-side scripts on the page have been processed.

This problem may occur if ASP buffering is enabled and one of the following conditions is true:

  • On Error Resume Next is configured for a page, and an error occurs on the page.
  • An invalid Recordset object is used in a Loop in an ASP page. A Recordset object may become invalid if the code that is used to create it generates an exception that is not handled by the ASP page.

When this problem occurs, IIS experiences a never-ending cycle that may cause a very large allocation of memory to IIS, and then IIS may stop responding.

RESOLUTION

Hotfix information

A supported hotfix is now available from Microsoft, but it is only intended to correct the problem that this article describes. Apply it only to systems that are experiencing this specific problem.

To resolve this problem, contact Microsoft Product Support Services to obtain the hotfix. For a complete list of Microsoft Product Support Services telephone numbers and information about support costs, visit the following Microsoft Web site:

Note In special cases, charges that are ordinarily incurred for support calls may be canceled if a Microsoft Support Professional determines that a specific update will resolve your problem. The usual support costs will apply to additional support questions and issues that do not qualify for the specific update in question.

Prerequisites

No prerequisites are required.

Restart requirement

You must stop and then restart Internet Information Services after you apply this hotfix.

Hotfix replacement information

This hotfix does not replace any other hotfixes.

File information

The English version of this hotfix has the file attributes (or later file attributes) that are listed in the following table. The dates and times for these files are listed in Coordinated Universal Time (UTC). When you view the file information, it is converted to local time. To find the difference between UTC and local time, use the Time Zone tab in the Date and Time item in Control Panel.

   Date         Time   Version        Size     File name
   --------------------------------------------------------
   04-Aug-2003  20:30  5.0.2195.6798  247,056  Adsiis.dll
   04-Aug-2003  20:30  5.0.2195.6798  337,168  Asp.dll
   04-Aug-2003  20:30  5.0.2195.6795  299,792  Fscfg.dll
   04-Aug-2003  20:30  5.0.2195.6795    8,464  Ftpctrs2.dll
   04-Aug-2003  20:30  5.0.2195.6795    6,416  Ftpmib.dll
   04-Aug-2003  20:30  5.0.2195.6795    9,488  Httpmib.dll
   04-Aug-2003  20:30  5.0.2195.6798  122,640  Iischema.dll
   04-Aug-2003  20:30  5.0.2195.6795   13,584  Infoadmn.dll
   04-Aug-2003  20:30  5.0.2195.6795  248,080  Infocomm.dll
   04-Aug-2003  20:30  5.0.2195.6795   62,736  Isatq.dll
   04-Aug-2003  20:30  5.0.2195.6795    7,440  W3ctrs.dll
   04-Aug-2003  20:30  5.0.2195.6795  349,968  W3svc.dll

STATUS

Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section.

MORE INFORMATION

The AspBufferingLimit property sets the maximum size of the ASP buffer. If response buffering is turned on, this property controls the maximum bytes that an ASP page can write to the response buffer before the buffer is flushed. When the buffering limit is configured, any response that exceeds the limit will send a 500 server error response with the following script error:

Response object error 'ASP 0251 : 80004005' Response Buffer Limit Exceeded /<somepage.asp>, line x

where /<somepage.asp> refers to the ASP page requested and the line number is the last line number that was processed before the response buffer exceeded the limit. The failed response will also be logged in the IIS log file with the following error added to the 'cs-uri-query' field:

|0|ASP_0251_:_80004005|Response_Buffer_Limit_Exceeded

For more information about the AspBufferingLimit property, visit the following Microsoft Web site:

For more information about the naming schema for Windows software updates, click the following article number to view the article in the Microsoft Knowledge Base:

816915 New file naming schema for Microsoft Windows software update packages


For more information about the terminology that is used to describe Microsoft product updates, click the following article number to view the article in the Microsoft Knowledge Base:

824684 Description of the standard terminology that is used to describe Microsoft software updates


Keywords: kbhotfixserver kbqfe kbhotfixserver kbqfe kbqfe kbwin2000presp5fix kbfix kbbug KB823818