I am hoping that someone around here already confronted this error and is an easy fix. We are unable to see the real error, and we have done all that we think we can do. Any ideas, apparently we cannot see the error because of security. We are always able to setup hosting internally but we want to avoid that. Any ideas? The screenshot of the error below.
.NET Remote Error Screenshot http://cp.images.s3.amazonaws.com/ForumImages/6-24-20092-34-27PM.png
One more thing, this hosting environment is remote for the development team.
Elmah!
http://code.google.com/p/elmah/
This is an error logging tool that captures unhandled exceptions and writes them out to your database. It will even write out the entire stack trace. It doesn’t require any coding and can be inserted into a running application. It just requires some configuration in your web.config and a few database tables (scripts are provided).
This way you can display custom, pretty error pages while still having access to your exception logs.