Client portalASP.NET Hosting plansControl panel
Language
 
Home>Knowledge Base>Use's Guide>Questions>IIS 7 Custom Error page does not work
Information
Article ID92
Created On11/11/2010
Modified12/20/2011
Share With Others
IIS 7 Custom Error page does not work
 

You configure Custom Error page in WebsitePanel but IIS error page shows up.

Reason: IIS is configured to display detailed error by default.

To enable custom error on your website, please add errorMode setting in web.config file as follows

<httpErrors errorMode="DetailedLocalOnly">

</httpErrors>