A Deadlock Condition Seems to Occur in ASP.NET When the Server Is Under Heavy Browse Stress (817321)
The information in this article applies to:
- Microsoft Exchange Server 2003 Standard Edition
- Microsoft Exchange Server 2003 Enterprise Edition
SYMPTOMSDuring periods of heavy browse stress, or when you perform stress tests on the browser functionality of Microsoft Outlook Mobile Access, you may seem to experience a deadlock condition in the ASP.NET process. In this seeming deadlock condition, the server stops responding to client requests, and the process restarts. CAUSE This behavior occurs because the length of time that is specified by the responseDeadlockInterval value in the Machine.config file is reached. By default, this value is set to 3 minutes. In this default situation, if the server does not send a response to the Outlook Mobile Access client in 3 minutes or less, ASP.NET assumes that a deadlock condition exists and restarts the process.
This behavior may occur on computers that have slower processors or less memory that leads to situations where the server takes longer than is specified by the responseDeadlockInterval value to send a response.RESOLUTIONTo resolve this behavior, increase the length of time that is specified by the responseDeadlockInterval value in either the Machine.config file or in the Web.config file. To do so, use one of the following methods that is appropriate to your situation. Edit the Machine.config FileTo modify the responseDeadlockInterval value in the Machine.config file: - Start Windows Explorer, and then locate and click the following folder:
SystemRoot\Microsoft.NET\Framework\VersionNumber\Config - Right-click the Machine.config file, and then click Edit.
- Locate the following line:
responseDeadlockInterval="00:03:00" - Change the time interval to the length of time that you want.
- On the File menu, click Save.
Edit the Web.config File
For additional information about how to edit the Web.config file, click the following article number to view the article in the Microsoft Knowledge Base:
815178
HOW TO: Edit the Configuration of an ASP.NET Application
Modification Type: | Minor | Last Reviewed: | 11/4/2005 |
---|
Keywords: | kbprb KB817321 |
---|
|