How to turn off custom error message
Take a backup of web config now follow these steps to do that:
Open the web.config
Find "customErrors" and turn those "off".
Next do a search for "callStack" and set the value to "true"
Save the web.config and you are ready to go.