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.

The Web front-end server that is running Excel Services in SharePoint Server 2007 encounters a System.Threading.ThreadAbortException exception


View products that this article applies to.

Symptoms

The Web front-end server that is running Excel Services in Microsoft Office SharePoint Server 2007 encounters a System.Threading.ThreadAbortException exception, and all requests time out.

↑ Back to the top


Workaround

To work around this problem, change the Microsoft ASP.NET maxconnection property on the Web front-end server. For example, change the value to 10. To do this, follow these steps:
  1. Locate the following folder:
    C:\Windows\Microsoft.NET\Framework\v.2.0.50727\CONFIG
  2. In a text editor, open the Machine.config file, and then add the following section to the <configuration> tag before the <system.web> tag:
    <system.net>
    <connectionManagement>
    <add address="*" maxconnection="10" />
    </connectionManagement>
    </system.net>
    
  3. Save the changes, and then close the file.

↑ 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 about Excel Services, visit the following Microsoft Developer Network (MSDN) Web site:

↑ Back to the top


Keywords: KB928626, kbprb, kbpubtypekc, kbtshoot, kbexpertiseinter

↑ Back to the top

Article Info
Article ID : 928626
Revision : 4
Created on : 5/14/2007
Published on : 5/14/2007
Exists online : False
Views : 307