If you are like me and have experienced this amazing error...here is how you can pinpoint the problem....change the SafeMode tag in the web.config file to enable the CallStack attribute
<safemode callstack="true" maxcontrols="200">
Then turn the customErrors mode to OFF. This should help you determine the problem.

Comments