Click here to Skip to main content
15,880,725 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.

Views

Daily Counts

Downloads

Weekly Counts

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