Microsoft KB Archive/939866

From BetaArchive Wiki

Article ID: 939866

Article Last Modified on 10/8/2007



APPLIES TO

  • Microsoft .NET Framework 2.0
  • Microsoft Windows Server 2003 Service Pack 1




Important This article contains information about how to modify the registry. Make sure that you back up the registry before you modify it. Make sure that you know how to restore the registry if a problem occurs. For more information about how to back up, restore, and modify the registry, click the following article number to view the article in the Microsoft Knowledge Base:

256986 Description of the Microsoft Windows registry


SYMPTOMS

Consider the following scenario. You use Microsoft SQL Server to store Microsoft ASP.NET session state information for a Web site. The Web site experiences high loads. In this scenario, blocking problems may occur. This problem occurs especially when multiple requests come from the same SessionID value.

CAUSE

This problem occurs because the ASP.NET Session State Service (aspnet_state.exe) tries to communicate with the computer that is running SQL Server. The connection is rejected by the computer that is running SQL Server because of blocking problems in the ASPState database. However, according to the polling mechanism, the ASP.NET Session State Service tries to communicate with the computer that is running SQL Server until the connection is accepted. This may cause an excessive, long-term blocking chain in the database. Under typical circumstances, the computer that is running SQL Server handles the initial blocking correctly. However, the high frequency of callbacks causes a snowball effect, and all the SQL threads are occupied. Therefore, manual intervention is required to clear the blocking chain.

RESOLUTION

Hotfix information

A supported hotfix is now available from Microsoft. However, it is intended to correct only the problem that is described in this article. Apply it only to systems that are experiencing this specific problem. This hotfix may receive additional testing. Therefore, if you are not severely affected by this problem, we recommend that you wait for the next Microsoft .NET Framework 2.0 service pack that contains this hotfix.

To resolve this problem immediately, contact Microsoft Customer Support Services to obtain the hotfix. For a complete list of Microsoft Customer 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

You must have the Microsoft .NET Framework 2.0 and Microsoft Windows Server 2003 Service Pack 1 (SP1) installed to apply this hotfix.

Restart requirement

You do not have to restart the computer after you apply this hotfix.

Hotfix replacement information

This hotfix does not replace any other hotfixes.

File information

This hotfix is included in hotfix 941386. For more information, click the following article number to view the article in the Microsoft Knowledge Base:

941386 FIX: Error message when you run an ASP.NET 2.0 Web application that is built on the .NET Framework 2.0 after you install the MS07-040 security update: "Type 'System.Web.HttpHeaderCollection' is not marked as serializable"


STATUS

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

MORE INFORMATION

For more information, 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: kbfix kbqfe kbpubtypekc kbexpertiseadvanced kbhotfixserver KB939866