Web Hosting Talk







View Full Version : IIS 6 crash


dlc2000
09-10-2004, 03:15 PM
Hello,

i have a windows 2003 server with only 2 sites on it but sometime the IIS crash, how can i check the cause of the problem? in the Event Viewer i cant find nothing

thx

boonchuan
09-11-2004, 05:58 AM
Crash meaning the ASP fail to function? If so try to create a separate app pool for each. It will be easier to trouble shoot

systemadmin
09-11-2004, 06:48 AM
Hey,
Can you explain us what are you reffering to with the word "crash" with some more explanation ..!
Do you have considerable enough memory for your server as well ?

dlc2000
09-11-2004, 07:45 PM
i have 1 Gb of ram and only 200Mb in use, with the word "crash" i mean that i can't open sites and if i restart IIS all the sites come back online

thx

Studio64
09-11-2004, 09:04 PM
Almost always IIS won't "crash" usually the problem lies in the application that is actually running on the site...

IIS will usually recover during the recycle proccess phase (you can lower the recycle rate but, thats simply a bandaid to the problem)

If it is the application you'll need to audit these apps to see where the problem is (what are the apps btw, custom or purchased?)

banner
09-11-2004, 09:41 PM
Have you tried splitting the sites into their own "Application Pools"? That way you could narrow down the issue to one site. From there though you'd need to figure out if it is one script/application or a multiple conflicting with each other. Good luck with this.

dlc2000
09-12-2004, 08:10 AM
cheking again the Event viewer i have found these erros:

The registry key for IIS subauthenticator is not configured correctly on local machine, the anonymous password sync feature is disabled.


A process serving application pool 'DefaultAppPool' exceeded time limits during shut down. The process id was '3568'.

monware
12-14-2004, 09:21 AM
Application pool must have hanged. Recycling the application pool solves the problem.