Clay_Shannon
04-22-2008, 06:14 AM
In order to see exactly what error was occurring (I was only seeing a generic err msg), I added this to my web.config:
<customErrors mode="Off"/>
That did the trick, and I was able to quickly solve the problem. Should I now remove it, though, so that users won't see specific info about my site's "innards"?
<customErrors mode="Off"/>
That did the trick, and I was able to quickly solve the problem. Should I now remove it, though, so that users won't see specific info about my site's "innards"?