Help and Support

Article ID: 928626 - Last Review: May 14, 2007 - Revision: 1.3

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

Expand all | Collapse all

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.

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.

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 about Excel Services, visit the following Microsoft Developer Network (MSDN) Web site:
http://msdn2.microsoft.com/en-us/library/ms546696.aspx (http://msdn2.microsoft.com/en-us/library/ms546696.aspx)

APPLIES TO
  • Microsoft Office SharePoint Server 2007
  • Microsoft Office Excel 2007
Keywords: 
kbexpertiseinter kbtshoot kbpubtypekc kbprb KB928626

Article Translations

 

Related Support Centers