I am getting 500 Internal Server Error (Windows Server 2012/Websitepanel) in Browser

Here is the tips for finding the real error:

Please add <httpErrors errorMode="Detailed"/> to web.config, here is an example :


<configuration>
<system.webServer>
<httpErrors errorMode="Detailed"/>
</system.webServer>
</configuration>

After you have added those, load the page again to see. This is especially helpful for an internal 500 error.

  • ASP, ASP Error, IIS, Server Error, Internal Server Error, 500 Internal Error
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How can I manage MSSQL in WebSitePanel?

Please download MSSQL 2012 Server Management Studio from...

How can I login to Webmail in Websitepanel?

Please go through this link http://www.yourdomainname.xyx:9998

How to login to Websitepanel control panel?

Please go through this link http://www.yourdomainname.xyx:9001

How To Create FTP Account In WebSitePanel Control Panel?

1. Login to WebsitePanel 2. Click 'FTP Accounts' Icon3. Click 'Create FTP Accounts' button4....

How to setup Schedule Task (Cron Job) to exexute an URL in WebsitePanel?

This article will show you how to setup a schedule task or cron job in WebsitePanel Control Panel...

Powered by WHMCompleteSolution