Portal Home | Client Area | Announcements | Knowledgebase | Support Tickets | Downloads |
Knowledgebase
You are here: Portal Home > Knowledgebase > Windows Hosting > Getting a 500 server error
Portal Home > Knowledgebase > Windows Hosting > Getting a 500 server error
If you are getting 500 server error and you could not find what is actual problem with your application, then create file named web.config under public_html folder if not already exits and enter the following lines into that file.
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<httpErrors errorMode="Detailed" />
</system.webServer>
</configuration>This enables 500 error messages in IIS.
Now when you access your site the actual error is displayed on screen or you can see this in the logs from Enkompass control panel.
Add to Favourites
Print this Article
Powered by WHMCompleteSolution