Forum Moderators: open

Message Too Old, No Replies

What is causing asp.dll to hang?

Server hangs every 2-3 hours

         

oldskool79

8:35 pm on Oct 21, 2003 (gmt 0)

10+ Year Member



In my event viewer I get a message that says this every 2-5 hours:

Event ID: 2262
Source: W3SVC-WP

ISAPI 'C:\WINNT\system32\inetsrv\asp.dll' reported itself as unhealthy for the following reason: 'ASP unhealthy because 100% of executing requests are hung and 0% of the request queue is full.'.

For more information, see Help and Support Center at [go.microsoft.com...]

Is there a way I can figure out what is causing this problem?

bakedjake

8:43 pm on Oct 21, 2003 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



This is usually indicative of a memory leak or race condition in your code. Check your code - I've only seen this once, and it was our fault. Here's the MS page from my bookmarks:

[microsoft.com...]