Sharepoint Unexpected Error

Wow!!! Unexpected error…hmmm…now what could it be?

Well to find that out, make the customErrors mode Off and set the SafeMode CallStack to true below change to the web.config file

1.    <customErrors mode=”Off” />

2.    <SafeMode MaxControls=”200″ CallStack=”true” DirectFileDependencies=”10″ TotalFileDependencies=”50″ AllowPageLevelTrace=”false”>


Discover more from QubitSage Chronicles

Subscribe to get the latest posts sent to your email.

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.