Server Error in ‘/’
Application
when ever you are get this error you need do following 3 changes in your web.config file
1.In customErrors tag set mode="Off" to "On
2.In SafeMode tag set CallStack="true" to false
3.In compilation tag debug="false" to true
when ever you are get this error you need do following 3 changes in your web.config file
1.In customErrors tag set mode="Off" to "On
2.In SafeMode tag set CallStack="true" to false
3.In compilation tag debug="false" to true
Now you can see the exact error message in the browser.
Thanks :)
No comments:
Post a Comment