【发布时间】:2011-02-26 10:40:33
【问题描述】:
我的网站在 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 最大线程数 minFreeThreads minLocalRequestFreeThreads 最大连接 执行超时
与 IIS7+Asp.NET 4 无关
这是链接 http://learn.iis.net/page.aspx/381/aspnet-20-breaking-changes-on-iis-70
**我的 iis7 上每天仍然收到 100 个错误 **
【问题讨论】:
-
xxxx.com/Services/AxRefresh.asmx/AxUpdate 在您的测试机器上运行它并使用 Stopwatch 找出慢的地方。
标签: asp.net windows iis-7 windows-server-2008