Hi
I recently got Godaddy to restore a website from a backup (www.qviewer.com).
Now it is coming up with a "500 (Internal Server) Error".
I asked GoDaddy support about this and they said I need to change the Web.Config to include the following so I can see the error:
<configuration>
<system.webServer>
<httpErrors errorMode="Detailed" />
<asp scriptErrorSentToBrowser="true"/>
</system.webServer>
<system.web>
<customErrors mode="Off"/>
<compilation debug="true"/>
</system.web>
</configuration>
So I did but the error still comes up. Does anyone know how I can see the error?
Here is the current Web.config:
<?xml version="1.0"?>
<!--
Note: As an alternat ...
Go to the complete details ...