HTTP Error HandlingCopy link to this sectionLink to this section copied!

You can configure Internet Information Services (IIS) to send custom error messages instead of the default HTTP 1.1 error messages. These custom error messages can be mapped to a file name or to a URL.

Error handling

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, a message is sent back to the client browser with a brief description of what happened during the attempt to establish a connection.

This dialog allows you to properly configure custom HTTP Error Pages for your application on the target IIS Server.

Customizing an HTTP Error PageCopy link to this sectionLink to this section copied!

Use the [ Customize... ] button, the “Customize...” context menu item or press the Space key while an element from the list control is selected.

Caution!When a set of custom error messages is configured at the Web Site level, all directories under that server inherit the entire list of custom error messages. Because of this the two custom error message lists (for the server and the directory) are not merged.

Reset an HTTP Error Page to its default behaviourCopy link to this sectionLink to this section copied!

Use the [ Set Default ] button, the “Set Default” context menu item or press the Delete key while an element from the list control is selected.

NoteYou can read more about Custom HTTP error messages in this article.

HTTP Error Handling Configuration DialogCopy link to this sectionLink to this section copied!

HTTP Error Page Configuration

Error Code / Sub Error CodeCopy link to this sectionLink to this section copied!

Displays the error code to be configured with a custom message.

Handler TypeCopy link to this sectionLink to this section copied!

You can configure Internet Information Services (IIS) to send custom error messages instead of the default HTTP 1.1 error messages. These custom error messages can be mapped to a FILE or to a URL.

File / URLCopy link to this sectionLink to this section copied!

Specify a file or URL that will handle and display the custom error message.

TipThis field is of Formatted Type and can be edited using Smart Edit Control.

NoteYou can read more about Custom HTTP error messages in this article.