请求超时 - 请求超时

RuS*_*uSh 7 windows asp.net iis-7 windows-server-2008

我的网站运行在Asp.net v4,IIS 7,Windows server 2008上.

我的CPU运行在20-30%,网站响应很快.

每隔2-5分钟我收到以下错误:

Event code: 3001 
Event message: The request has been aborted. 
Exception type: HttpException 
Exception message: Request timed out. , 

Request information: 
    Request URL: http://www.xxxx.com/Services/AxRefresh.asmx/AxUpdate 
    Request path: /Services/AxRefresh.asmx/AxUpdate 
    User host address: 84.110.251.198 
    User:  
    Is authenticated: False 
    Authentication Type:  
    Thread account name: NT AUTHORITY\NETWORK SERVICE 
Run Code Online (Sandbox Code Playgroud)

我读到该错误与最大并发请求限制 http://support.microsoft.com/kb/821268有关

但后来我发现在IIS 7上这个限制已经改变而且不相关. http://msdn.microsoft.com/en-us/library/dd560842(VS.100).aspx

任何其他想法可能是什么问题或从哪里开始寻找?

更新: 找到另一个链接,说明以下所有参数:maxWorkerThreads minWorkerThreads maxIoThreads minFreeThreads minLocalRequestFreeThreads maxconnection executionTimeout

与IIS7 + Asp.NET 4无关

这里是链接 http://learn.iis.net/page.aspx/381/aspnet-20-breaking-changes-on-iis-70

**我的iis7每天仍然会收到100的错误**

Lex*_* Li 0

您找到的第二个链接与第一个链接没有关系,因此您仍然需要应用第一篇文章中的更改并查看它是否有帮助。