Filter on exception text in elmah

Posted by Uwe on Stack Overflow See other posts from Stack Overflow or by Uwe
Published on 2009-11-24T09:24:12Z Indexed on 2010/03/31 0:03 UTC
Read the original article Hit count: 587

Is there a way to filter exceptions in elma using the exception message?

Examples:
"System.Web.HttpException: Request timed out." I don't want to filter out all HttpException, but only the timed-out requests.
"System.Web.HttpException: Maximum request length exceeded."

What I don't want to do is write own code for that. So is it possible to do this with the buildin-web.config configuration?

Thank you!

© Stack Overflow or respective owner

Related posts about elmah

Related posts about error-handling