Click here to Skip to main content
15,885,278 members
Articles / Web Development / ASP.NET

Error page for ASP.NET application unhandled exceptions

Rate me:
Please Sign up or sign in to vote.
3.56/5 (10 votes)
14 Jun 2006CPOL2 min read 62K   1K   37  
Every application needs to show a user-friendly message that something went wrong, along with exception details and the stack trace for the developers. In this article, I am going to show how to display a user-friendly error message.

Alternatives

Members may post updates or alternatives to this current article in order to show different approaches or add new features.

No alternatives have been posted.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Architect
United States United States
I am a software architect/developer, having 15 years of design/development experience. Currently working in large financial corporation, architecting .NET applications and coding using C#, ASP.NET, Java Script etc..

MS Computers, MCP, MCTS: .NET Framework 2.0 Web Applications.

Comments and Discussions