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.