Knowledgebase: Windows Reseller Plesk
Error 500 Internal Server Error on Windows Server
Posted by PremiumReseller.com on 28 November 2009 03:26 AM

You receive the error 500 Internal Server Error on Windows Hosting server.

The error does not tell you what the problem is so you don't know how to fix.

To display error details, please follow instruction below.

1. Open web.config file in wwwroot folder.

2. Add the following line before </system.webServer> tag.

<httpErrors errorMode="Detailed" />

3. Save the file then refresh web page to see error details.

Another possible reason causing the error is you disable Network Service read permission which means IIS cannot read web.config file and throws error.

(287 vote(s))
This article was helpful
This article was not helpful