Plugging Elmah into Web Application to Catch Unhandled Exceptions

11/9/2008 4:17:00 PM

size => 9.67 MB, duration => 10:56


In this screencast we will demonstrate how to plug in and use ELMAH (Error Logging Module and Handler) in your web application. Elmah is used to catch unhandled exceptions and provides different views of viewing the problems.

[Download Sample]

Double Click on the Video to Enlarge



by Nisar Khan on 11/9/2008 4:42:14 PM i have a questions, I have two questions for you:

1) I would like to display the custom error page rather then yellow page? How would you do that?

Thanks for the great video, it was very informative.

by Nisar Khan on 11/9/2008 4:55:59 PM oh one more thing, currently i have my own error handler in global.ascx in the application error and then it will redirect to my exception.aspx page and where i redirect to the error page based on what error i'm getting and in my application i have few scenarios like
1) Session timeout
2) Authentication
3) critical error (any error)

it will be nice if you can demonstrate in your next screen cast may be?

i hope i'm not asking you too much.

Thanks.