Note that there are some explanatory texts on larger screens.

plurals
  1. PORequest timed out - Request timed out
    primarykey
    data
    text
    <p>My website is running on Asp.net v4 , IIS 7 , Windows server 2008.</p> <p>My cpu is running on 20-30% and the site is responding quickly.</p> <p>Every 2-5 mins I'm receiving the following error:</p> <pre><code>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 </code></pre> <p>i read that the error is related to the maximum concurrent requests limit <a href="http://support.microsoft.com/kb/821268" rel="nofollow noreferrer">http://support.microsoft.com/kb/821268</a></p> <p>but then i found out that on IIS 7 this limitation is changed and not relevant. <a href="http://msdn.microsoft.com/en-us/library/dd560842(VS.100).aspx" rel="nofollow noreferrer">http://msdn.microsoft.com/en-us/library/dd560842(VS.100).aspx</a></p> <p>Any other ideas what can be the problem or where to start looking ?</p> <p><strong>update:</strong> found another link saying that all the below parameters: maxWorkerThreads minWorkerThreads maxIoThreads minFreeThreads minLocalRequestFreeThreads maxconnection executionTimeout</p> <p>are NOT relevant for IIS7+Asp.NET 4</p> <p>here is the link <a href="http://learn.iis.net/page.aspx/381/aspnet-20-breaking-changes-on-iis-70" rel="nofollow noreferrer">http://learn.iis.net/page.aspx/381/aspnet-20-breaking-changes-on-iis-70</a></p> <p>**I still get the 100's errors daily on my iis7 **</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload