|
Home > Archive > IIS Server > July 2005 > SC-Status (IIS Log file)
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
SC-Status (IIS Log file)
|
|
|
| Hi,
Could anyone tell me what a SC_Status of 500 means?
This field is from the IIS log file.
Thanks in advance.
J
| |
| Alok Kumar 2005-07-28, 5:59 pm |
| 5xx - Server Error
The server cannot complete the request because it encounters an error.
• 500 - Internal server error.
• 500.12 - Application is busy restarting on the Web server.
• 500.13 - Web server is too busy.
• 500.15 - Direct requests for Global.asa are not allowed.
• 500.16 – UNC authorization credentials incorrect. This error code is
specific to IIS 6.0.
• 500.18 – URL authorization store cannot be opened. This error code is
specific to IIS 6.0.
• 500.100 - Internal ASP error.
Alok Kumar
"JenC" wrote:
> Hi,
>
> Could anyone tell me what a SC_Status of 500 means?
>
> This field is from the IIS log file.
>
> Thanks in advance.
>
> J
| |
| Kristofer Gafvert [MVP] 2005-07-29, 6:00 pm |
| Hello,
Here is a list of status codes:
"IIS Status Codes"
http://support.microsoft.com/?id=318380
The most common reason for this status code being logged is a bug in the
web application.
--
Regards,
Kristofer Gafvert (IIS MVP)
http://www.gafvert.info - Articles and help
JenC wrote:
>Hi,
>
>Could anyone tell me what a SC_Status of 500 means?
>
>This field is from the IIS log file.
>
>Thanks in advance.
>
>J
|
|
|
|
|