I tried to find a list of errors and exceptions that ELMAH can catch and logs but I couldn’t . I wonder if ELMAH catches things like members logins or failed logins , request errors like 401 , 403 ,404 and … .
thanks in advance .
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
By default ELMAH will catch all unhandled exceptions.
You can also send ELMAH other exceptions that you wish (in your exception handler), but unless an exception was thrown and not handled it will not get logged by ELMAH.