SharePoint Interview Questions and Answers
<< Previous Question Next Question >>
 Question: 3601 Page Views: 

While working on SharePoint site, we generally receive error messages like "Unknown Error" or another generic error message. Is there any way to display more descriptive error messages?



Posted By: Avi Date: 7 December 2009 02:28:33 AM
 Answer:

Yes, we can display more descriptive error message in SharePoint site. To do this, following changes needs to be done in the web.config file of the SharePoint web site:

1) Set CallStack="true" and MaxControls="200" in the "SafeMode" tag that can be found under "SharePoint" tag.

<SharePoint><SafeMode MaxControls="200" CallStack="true" .................

2) Set mode="Off" in the "customErrors" tag.

<customErrors mode="Off" >


Posted By: eTechPlanet


Date: 7 December 2009 02:28:33 AM
Post a better Answer if you have
 
(Will show your Gravatar icon)  
  Country flag

Loading
Enter the text as shown in the image eNR5Fu
Related Questions
SharePoint : By default sharepoint it has own themes? I want to apply my own themes? How do u implement that?

By default sharepoint it has own themes? I want to apply my own themes? How do u implement that?

SharePoint Themes represents a collection of graphics and cascading style sheets that can modify how....
Category: SharePoint Date: 4/21/2010 9:58:18 PM
SharePoint : How do yoy make SharePoint web site non-restricted?

How do yoy make SharePoint web site non-restricted?

If you want your site to have anonymous access enabled (i.e., you want to treat it like any site on ....
Category: SharePoint Date: 1/8/2010 10:28:08 AM
SharePoint : What are the name of XML files used to define a SharePoint Site Definitions, Features, and Solution Package?

What are the name of XML files used to define a SharePoint Site Definitions, Features, and Solution ....

1) Site Definitions: Onet.xml 2) Features: Feature.xml and Elements.xml 3) Solution Package: Manifes....
Category: SharePoint Date: 9/3/2009 6:19:22 AM
SharePoint : What are the various scopes for the SharePoint Features?

What are the various scopes for the SharePoint Features?

SharePoint Features can be used with following four scopes: 1) Farm (farm level) 2) WebApplication ....
Category: SharePoint Date: 9/3/2009 6:13:47 AM
SharePoint : What are the data types which are supported as Lookup column in SharePoint?

What are the data types which are supported as Lookup column in SharePoint?

Only "Single Line of Text" and "Calculated Columns" are supported as lookup colu....
Category: SharePoint Date: 9/3/2009 6:01:45 AM