Knowledgebase
IIS 7 Custom Error page does not work
Posted by PremiumReseller.com on 24 May 2010 02:07 AM
|
|
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 following <httpErrors errorMode="Custom"> </httpErrors> web.config file is located in wwwroot folder. You can use file manager to edit web.config file. | |
|