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.

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How can I login to PhpMyAdmin on WebSitePanel?

Please go through http://www.yourdomain.com:9900

How to Restore or take a Backup of MSSQL Database in WebsitePanel?

How to Restore or take Backup MSSQL Database in WebsitePanel? How to create database on your...

How can I manage MySQL in WebSitePanel?

Please login phpMyAdmin through http://www.yourdomain.com:9900 to manage MySQL databases.

How to login to Websitepanel control panel?

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

How to Restore a Backup of MSSQL Database in MSQL Server Management Studio (Remote Desktop)

Microsoft SQL Server Management Studio is available for free from Microsoft and can be downloaded...

Powered by WHMCompleteSolution