Difference between revisions of "Error Handling"
From Hostek.com Wiki
m (Carlb moved page Error Pages to Error Page Handling) |
m (Briana moved page Error Page Handling to Error Handling) |
(No difference)
|
Revision as of 18:18, 20 June 2012
Change Error Page Handling
You can change what type of error pages are served from your Windows or ColdFusion Windows VPS in IIS by using the following steps:
- Open IIS 7.5 from the desktop of your Windows or ColdFusion Windows VPS
- Click the name of your VPS server in IIS
- Double click "Error Pages" under the "IIS" section
- Click "Edit Feature Settings" under the "Actions" pane on the right
- Select the type of error pages you would like to be displayed for your sites on the VPS (the types of error pages are described below)
Types of Error Pages
- Custom error pages - Will display any custom error pages you have set up in the WCP
- Detailed error pages - Will display either an IIS error page, or a ColdFusion error page depending on what type of file is being served
- Detailed error pages for local requests, custom error pages for remote requests - Any requests coming directly from the VPS server will display detailed error pages, any requests from outside the VPS server will display custom error pages