ASP.NET 4 - IIS 7 - Request timed out - Request timed out
Posted
by sharru
on Stack Overflow
See other posts from Stack Overflow
or by sharru
Published on 2010-06-01T16:17:43Z
Indexed on
2010/06/01
16:23 UTC
Read the original article
Hit count: 850
My website is running on Asp.net v4 , IIS 7 , Windows server 2008.
My cpu is running on 20-30% and the site is responding quickly.
Every 2-5 mins i'm receiving the following error:
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
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
Any other ideas what can be the problem or where to start looking ?
Thx!
© Stack Overflow or respective owner