Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Change the following values in your web.config file so that you can see what the actual error is:
1. Change CallStack="false" to CallStack="true"
2. Change <customErrors mode="On"/> to <customErrors mode="Off "/>
3. Change <compilation batch="false" debug="false"> to <compilation batch="false" debug="true">
When you are done, make sure to change these three back to its original value as there is a performance hit when these are turned on/enabled.
Comments
Anonymous
January 01, 2003
PingBack from http://news.celebrity-corner.info/troubleshooting-the-moss-error-an-unexpected-error-has-occurred/Anonymous
June 25, 2012
Above solution didn't resolved my problem.