SharePoint | An unexpected error has occured

Ever got

"An unexpected error has occured.

Throubleshoot with Windows SharePoint Services."

Great info isn't it?

Remember .NET? Just enable custom errors on web config!

Look for "customErrors" and set the value to Off
--> customErrors mode = "On" --> "Off"

Look for "CallStack" and set the value to "true"
--> CallStack = "false" --> "true"

Look for "AllowPageLevelTrace" and set the value to "true"
--> AllowPageLevelTrace = "false" --> "true"

Comments

Popular posts from this blog

Mobile development opportunities

Breaking down document locking in SharePoint

Working around X-Frame-Options for iframes