Knowledgebase
On Windows 2008 hosting, I get a 500 error page and the error is not shown. How to I display the error?
| Load file manager in WebsitePanel, edit the web.config file in your DOMAIN/wwwroot folder
Scroll down and find (the very last lines) </handlers> after </handlers> press enter and add the following line <httpErrors errorMode="Detailed"/> it should now look like: </handlers> save this file, this will now show 500 errors. |
Also Read
Powered by WHMCompleteSolution