我的网站运行在Asp.net v4,IIS7,Windows 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的错误**
发布于 2010-06-05 12:52:39
您发现的第二个链接与第一个链接没有任何关系,因此您仍然需要应用第一篇文章中的更改,看看它是否有用。
https://stackoverflow.com/questions/2951456
复制相似问题