|
|
Browse by Tags
All Tags » debug
-
Which of those two web.config examples is yours?
Setting customErrors mode="Off" will allow you to see detailed errors. However, if the error is with the web.config, then you may not see very much detail.
Also, set the Debug="true":
<system.web>
<pages>
<compilation ...
|
|
|