Error Handling

From Hostek.com Wiki
Revision as of 10:06, 20 June 2012 by Carlb (Talk | contribs) (Created page with "==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 ...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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:

  1. Open IIS 7.5 from the desktop of your Windows or ColdFusion Windows VPS
  2. Click the name of your VPS server in IIS
  3. Double click "Error Pages" under the "IIS" section
  4. Click "Edit Feature Settings" under the "Actions" pane on the right
  5. 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