windows 请求超时 - 请求超时
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/2951456/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Request timed out - Request timed out
提问by RuSh
My website is running on Asp.net v4 , IIS 7 , Windows server 2008.
我的网站在 Asp.net v4、IIS 7、Windows server 2008 上运行。
My cpu is running on 20-30% and the site is responding quickly.
我的 cpu 运行在 20-30% 并且站点响应迅速。
Every 2-5 mins I'm receiving the following error:
每 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
i read that the error is related to the maximum concurrent requests limit http://support.microsoft.com/kb/821268
我读到该错误与最大并发请求限制有关 http://support.microsoft.com/kb/821268
but then i found out that on IIS 7 this limitation is changed and not relevant. http://msdn.microsoft.com/en-us/library/dd560842(VS.100).aspx
但后来我发现在 IIS 7 上,此限制已更改且无关紧要。 http://msdn.microsoft.com/en-us/library/dd560842(VS.100).aspx
Any other ideas what can be the problem or where to start looking ?
任何其他想法可能是什么问题或从哪里开始寻找?
update:found another link saying that all the below parameters: maxWorkerThreads minWorkerThreads maxIoThreads minFreeThreads minLocalRequestFreeThreads maxconnection executionTimeout
更新:找到另一个链接,说明以下所有参数: maxWorkerThreads minWorkerThreads maxIoThreads minFreeThreads minLocalRequestFreeThreads maxconnection executionTimeout
are NOT relevant for IIS7+Asp.NET 4
与 IIS7+Asp.NET 4 无关
here is the link http://learn.iis.net/page.aspx/381/aspnet-20-breaking-changes-on-iis-70
这是链接 http://learn.iis.net/page.aspx/381/aspnet-20-break-changes-on-iis-70
**I still get the 100's errors daily on my iis7 **
**我的 iis7 每天仍然出现 100 个错误 **
回答by Lex Li
The second link you found has no relationship with the first one, so you still need to apply the changes in the first article and see if it helps.
您找到的第二个链接与第一个链接没有关系,因此您仍然需要应用第一篇文章中的更改,看看是否有帮助。