SharePoint Solutions Software Community Support
Welcome to the SharePoint Solutions Software support forums.
Here you can research answers to your questions, or request support for SharePoint Solutions software products. Our forums are grouped by software product, with two additional groups for free software and general discussion.
To create a topic or reply to an existing topic, sign-up or login.
How do I configure SharePoint to display a more descriptive error message?
-
02-15-2008 1:59 PM
|
|
-
Tony Bierman


- Joined on 02-15-2008
- Spring Hill, TN
- Posts 31
|
How do I configure SharePoint to display a more descriptive error message?
I am a SharePoint administrator, and I'm troubleshooting a SharePoint error. How do I configure SharePoint to display a more descriptive error and include stacktrace information?
Tony Bierman, MVP Windows SharePoint Services Managing Director Commercial Software Division SharePoint SolutionsPlease subscribe to our blog
|
|
-
-
Tony Bierman


- Joined on 02-15-2008
- Spring Hill, TN
- Posts 31
|
Re: How do I configure SharePoint to display a more descriptive error message?
You will need to turn off custom errors in order to get a more descriptive error message. You can do so by following these steps:
- Open your SharePoint web.config file
- Set CallStack="true" in the SafeMode element
- <SharePoint><SafeMode MaxControls="200" CallStack="true"
- Set mode="Off" in the customErrors element
- <customErrors mode="Off" />
Refesh the SharePoint page which was getting an error, and you'll see a more detailed error message along with some stacktrace information.
This operation should not require an IISRESET or application pool identity restart.
Tony Bierman, MVP Windows SharePoint Services Managing Director Commercial Software Division SharePoint SolutionsPlease subscribe to our blog
|
|
Page 1 of 1 (2 items)