September 02, 2010 04:25 PM

Q: How do I display a more user-friendly error message?

SharePoint Pro
InstantDoc ID #125903
Rating: (5)

By Stefan Kowalewski, Tomek Stojecki, and Ethan Wilansky

Problem: SharePoint 2010 displays a standard “Server Error in ‘/’ Application” ASP.NET error message (Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code), such as what you see below:

This error message is quite useful when debugging applications in development. But it’s not the type of display you want to give the users of your SharePoint custom developed application.

Possible Solution: To display a more user-friendly message to the users, change the CallStack attribute of the SafeMode tag in web.config to false. (The code below can be fully read by sliding the horizontal scroll bar beneath it.)

<SafeMode MaxControls="200" CallStack="false" DirectFileDependencies="10" TotalFileDependencies="50" AllowPageLevelTrace="false">

The users will see the following error message:

See all the SharePoint Q&As:

Sharepoint Q&A: How Can I Create an External List When SharePoint Throws an Unspecfied ASP.NET Error?

Sharepoint Q&A: How Can I Create an Action for an External Content Type in SharePoint?

Sharepoint Q&A: How to Make a Type String Type Descriptor a Required Field in the BDC Explorer

Sharepoint Q&A: Data Source Conflict

Related Content:

ARTICLE TOOLS

   
Comments
    There are no comments to display. Be the first one!
You must log on before posting a comment.

Are you a new visitor? Register Here
   

Dan Holme's Viewpoint on SharePoint Blog

Office 15 Technical Preview… And Penguins

Microsoft announced the Office 15 Technical Preview on January 30--here's what it is, why you might...

SharePoint Pro: By Admins, Devs, & Industry Observers

5 Steps to Making SharePoint Information Architecture Work for You

To make SharePoint work for you, a strong base of information architecture offers the structure...

Open Text Sponsored Blog

Governance: It Doesn’t Matter What, It Really Matters Who

Over the years one of the many things I’ve been involved with is governance. To most the word...