Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Participant
1079 Points
219 Posts
Feb 18, 2009 01:22 PM|LINK
you need to set custom errors to "off" in your web.config so you can see the real problem (exception details) on the remote machine: <customErrors mode="Off" />
Mike Bell
Participant
1079 Points
219 Posts
Re: Server Error in '/' Application. Runtime error
Feb 18, 2009 01:22 PM|LINK
you need to set custom errors to "off" in your web.config so you can see the real problem (exception details) on the remote machine:
<customErrors mode="Off" />
My Code Blog