Link to home
Start Free TrialLog in
Avatar of mckenal
mckenal

asked on

IIS6 Unresponsive

I have a website on IIS6.0 that will occationally stop serving ASP pages yet still serve images.

The IIS processes show 0 CPU use and the memory and handles are normal.

When this happens we have been fixing it by restarting the IIS service.

Is there any way to know why IIS is becoming unresponsive and stop it from happening?
ASKER CERTIFIED SOLUTION
Avatar of meverest
meverest
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of mckenal
mckenal

ASKER

I just worked it out myself.

I was able to run IISState (http://www.iisfaq.com/default.aspx?view=P197) on the server on a rare occation when it was unresponsive. It appears the problem on the web server could be caused by a bug in the jet database driver as mentioned here http://www.adopenstatic.com/cs/blogs/ken/archive/2005/05/11/18.aspx

There is a Microsoft hot fix here http://support.microsoft.com/?id=838306

The event logs don't show anything unusual and the web logs don't either as it is just random as to which script is the last one to run before the problem occurs.
Avatar of mckenal

ASKER

meverest,

I gave you the points anyway for replying :-)

thanks,