Top Menu

Showing posts with label ASP.Net Error. Show all posts
Showing posts with label ASP.Net Error. Show all posts

Sunday, November 15, 2009

Get the actual error message in SharePoint Site Page



In web.config change the following:

1. CallStack="false"

2. <customErrors mode="On" />

Now refresh the page to see the actual ASP.NET error message.

Before:


After:

Official SharePoint Documentation

I have recently contributed to the official SharePoint documentation for developement. Check it out here: https://docs.microsoft.com/en-us...