Nov
2
Written by:
Oscar Meszar
11/2/2009 7:27 PM
Sometimes you want to see what the real error message you are getting is. Normally, you will get a page that would say something such as "Unknown Error". In your development site, that is not very helpful.
What you really need to do is turn off those custom errors. Follow these steps to do that:
- Navigate to your site's directory.
- 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.
You might want to back up your web.config just in case.
Tags: