Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Contributor
2087 Points
469 Posts
Mar 03, 2006 11:09 AM|LINK
Yoy need to set your custom errors mode to off in web.config.
<customErrors mode="off" />
This will allow you to see what is causing the problem.
MaineOne
Contributor
2087 Points
469 Posts
Re: Godaddy
Mar 03, 2006 11:09 AM|LINK
Yoy need to set your custom errors mode to off in web.config.
<customErrors mode="off" />
This will allow you to see what is causing the problem.