Consulting,  Ubuntu

Enable Detailed Error Reports

By default, GoDaddy automatically disables detailed error messages.  However, when you’re troubleshooting you kinda’ need them.  To enable them look for the httpErrors tag in your web.config file.  From here, change the errorMode setting to “Detailed” and then try and run your script again and debug away!

<httpErrors errorMode=”Detailed” >
</httpErrors>