我的网站在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
我读到该错误与最大并发请求限制有关 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的错误
答案 0 :(得分:0)
您找到的第二个链接与第一个链接没有任何关系,因此您仍需要在第一篇文章中应用这些更改,看看它是否有帮助。