• Welcome to Valhalla Legends Archive.
 

IIS 6 Errors

Started by Sargera, August 19, 2004, 08:55 PM

Previous topic - Next topic

Sargera

On a few Websites, completely random, I get "Service Unavailable" errors reported from IIS 6. This is being caused by a permissions change (for the user associated with the website, i.e. IUSR_paul), which no one has been messing with. How can I prevent this from happening and/or what is causing this?

Note: Server is running Windows Server 2003, Standard Edition and Plesk for Windows v7.0.1.  Additionally, by referring to the Websites, I am referring to the domains/Websites associated with a user account, which report this error when you go to the Website.

quasi-modo

A 403 is what you should get when you do not have access to something
Quote
You are not authorized to view this page
You might not have permission to view this directory or page using the credentials you supplied.
...
HTTP Error 403 - Forbidden

permissions would not be my first guess for the cause of the service unavailable error. What is the error number on that?
WAR EAGLE!
Quote(00:04:08) zdv17: yeah i quit doing that stuff cause it jacked up the power bill too much
(00:04:19) nick is a turtle: Right now im not paying the power bill though
(00:04:33) nick is a turtle: if i had to pay the electric bill
(00:04:47) nick is a turtle: id hibernate when i go to class
(00:04:57) nick is a turtle: or at least when i go to sleep
(00:08:50) zdv17: hibernating in class is cool.. esp. when you leave a drool puddle

Sargera

The error number is 503, and I know it is a permissions error due to the messages in the Event Viewer. Application pool conflicts are the source of the problem (you can tell because if you start the application pool up and visit the website, the app pool stops and a message in the event viewer pops up).  For more info on 503 errors: http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html

Sargera


muert0

To lazy for slackware.

Sargera

Already looked there, and it doesn't apply to Windows Server 2003, Standard Edition (see first post notes).