Re: W3wp.exe and ASP hangs

From: Pat [MSFT] (patfilot_at_online.microsoft.com)
Date: 08/20/04


Date: Fri, 20 Aug 2004 13:12:52 -0700

Next time it hangs, run IISState (www.iisfaq.com) and post the log. We may
be able to tell you what happened.

iisstate -p <pid of w3wp.exe> <enter>

Pat

"maximus" <vijayaram_r@yahoo.com> wrote in message
news:1fbc0bf2.0408200724.2a22fe7e@posting.google.com...
> Hello,
> I have a Windows 2003 Server running IIS 6.0 and serves ASP
> applications (which use SQL Server Database). But randomly the session
> times out for users using the ASP application.
>
> Before this happens this is what happens:
> "ASP: Requests Queued" counter will be 5 (or constant) and doesn't
> change for a long time and then goes back to zero. I think at this
> time the sessions timeout for users.
>
> And during this time w3wp.exe process is constantly utilizing 13% of
> the CPU.
>
> And during this time the Application works fine the speed is not
> affected.
>
> And I can see the warning below in the application log.
> Source : W3SVC-WP
> Event ID: 2262
> "ISAPI 'C:\WINDOWS\system32\inetsrv\asp.dll' reported itself as
> unhealthy for teh following reason:'ASP unhealthy because 100% of the
> executing requests are hung and 0% of the request is full'"
>
> After the above message in the application log I see this in the
> System Log:
> Source : W3SVC
> Event ID: 1013
> "A process serving the application pool 'Default App Pool' exceeded
> time limits during shutdown. The process id was ...."
>
> I think the sessions are timing out because the Worker Processes are
> recycling . How do I find out what processes are causing the ASP dll
> hang up.
>
> Thanks for all your help,
> maximus
>
> Thanks for your help.
> maximus