Note that there are some explanatory texts on larger screens.

plurals
  1. POIIS7 stops working after 5 requests
    primarykey
    data
    text
    <p>Here is my problem: </p> <p>I have just been brought onto a massive asp.net C# project and I've been charged with fixing some performance issues (not my area of expertise). More specifically after 5 - 7 redirects/ajax calls the web server stops responding and the whole page (and eventually the browser) freezes.</p> <p>I don't think this is a coding issue as I've set up break points in a few pages (Page_Load method) and after the 5 requests it does not even reach the break points.</p> <p>I don't believe this is related to <a href="https://stackoverflow.com/questions/1031614/ie7-stops-making-network-requests-after-a-while">this issue</a> as I've increased the browser's maximum connections per server parameter and I got the same behavior. Furthermore after these 5 request in one browser IE, the application stops working in FF as well. </p> <p>This is not a resource issue as the w3wp.exe process never exceeds 500MB memory.</p> <p>One thing I've noticed when using Fiddler and other tools to monitor the requests is that the server takes a very long time when loading image files (png, jpg). I don't know if this is relevant.</p> <p>I've enabled failed request tracing on the server and the only thing I've noticed is that some request fail with a 401 error even dough I've set Anonymous Authentication to enabled. Here is the exact message</p> <pre><code>MODULE_SET_RESPONSE_ERROR_STATUS ModuleName ManagedPipelineHandler Notification 128 HttpStatus 401 HttpReason Unauthorized HttpSubStatus 0 ErrorCode 0 ConfigExceptionInfo Notification EXECUTE_REQUEST_HANDLER ErrorCode The operation completed successfully. (0x0) </code></pre> <p>This message is sometimes thrown with ModuleName: ScriptModule</p> <p>I have already wasted 2 days on this thing and I'm running out of ideas so any suggestions would be appreciated.</p>
    singulars
    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.
 

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