[This is preliminary documentation and subject to change]

About Custom Error Messages

This topic contains conceptual information about default and custom HTTP 1.1 error messages.

HTTP 1.1 Error Messages

HTTP 1.1 error messages are returned to the client browser in the form of an HTML page that contains a generic message. When a user attempts to connect to a Web site and an HTTP error occurs, an error message is sent back to the client browser with a brief description of what happened during the attempt to establish a connection. For example, if a user attempts to connect to a Web site that has reached its maximum connection capacity, an HTTP error is returned to the client that contains the statement "Too many users."

Custom Error Messages

All IIS custom error messages display industry standard HTTP codes, which ensures consistency with HTTP 1.1 error messages. However, you can use the Custom Errors property sheet in IIS to customize generic HTTP error messages.

The following HTTP error messages can be customized with IIS:

Error CodeError Message
400Bad request
401.1Logon failed
401.2Logon failed due to server configuration
401.3Unauthorized due to ACL on resource
401.4Authorization failed by filter
401.5Authorization failed by ISAPI/CGI application
403.1Execute access forbidden
403.2Read access forbidden
403.3Write access forbidden
403.4SSL required
403.5SSL 128 required
403.6IP address rejected
403.7Client certificate required
403.8Site access denied
403.9Too many users
403.10Invalid configuration
403.11Password change
403.12Mapper denied access
403.13Client certificate revoked
403.14Directory listing denied
403.15Client Access Licenses exceeded
403.16Client certificate un-trusted or invalid
403.17Client certificate has expired or is not yet valid
404Not found
404.1Site not found
405Method not allowed
406Not acceptable
407Proxy authentication required
412Precondition Failed
414Request-URI too long
500Internal server error
500.12Application restarting
500.13Server too busy
500.15Requests for Global.asa not allowed
500-100.aspASP error
501Not implemented
502Bad gateway

Notes


© 1997-2001 Microsoft Corporation. All rights reserved.