Thursday, August 25, 2011

ASP.NET: How to create a custom error page.

ASP.NET has this useful feature that you can set a custom error page. Whenever an error occurs in the system, you are automatically redirected to the custom error page. By using this feature you can avoid showing the ugly yellow page and the error details to the user. How to implement this? Well the following link has described it all in details. :)
http://www.asp.net/hosting/tutorials/displaying-a-custom-error-page-cs

** I believe when there are so many quality tutorials over the web, I do not really need to write one of my own unless the topic is something unique**

No comments:

Post a Comment