Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

FIX: Blocking problems may occur when you use SQL Server to store ASP.NET session state information for a Web site that experiences high loads


View products that this article applies to.

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.

↑ Back to the top


Cause

This problem occurs because the ASP.NET�application 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�application 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.

↑ Back to the top


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"
This hotfix introduces the following registry key. This registry key allows you to update how often to poll SQL Server:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\ASP.NET

Type: REG_DWORD
Value Name: SessionStateLockedItemPollInterval
Default: 500 (in milliseconds)
Note If your application runs as a 32-bit application on a 64-bit server, then the registry subkey is as follows:
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\ASP.NET

↑ Back to the top


Status

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

↑ Back to the top


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

↑ Back to the top


Keywords: KB939866, kbfix, kbexpertiseadvanced, kbqfe

↑ Back to the top

Article Info
Article ID : 939866
Revision : 6
Created on : 3/22/2013
Published on : 3/22/2013
Exists online : False
Views : 653