babgvant / elmah

Automatically exported from code.google.com/p/elmah
Apache License 2.0
0 stars 0 forks source link

Add documentation on how to filter different System.Web.HttpException errors #88

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
While running the latest version of Elmah (version 1.0.10617.936) I am
receiving several System.Web.HttpException: Validation of viewstate MAC
failed errors.  

It would be very helpful to see some documentation on how to filter
different System.Web.HttpException entries.  I would think it's not a good
idea to enter a filter for all System.Web.HttpException errors rather than
just specific ones.

(Assuming this is possible of course)

Original issue reported on code.google.com by Inxi...@gmail.com on 24 Apr 2009 at 4:09

GoogleCodeExporter commented 9 years ago

Original comment by azizatif on 24 Apr 2009 at 4:58

GoogleCodeExporter commented 9 years ago
Is this possible at all? I did not find anything about that.

Original comment by uwe.brau...@googlemail.com on 24 Nov 2009 at 1:22

GoogleCodeExporter commented 9 years ago
@uwe.braunholz: Yes, this is possible. See ErrorFilter wiki for some 
documentation 
and the following threads from the discussion group for further hints:

http://groups.google.com/group/elmah/search?group=elmah&q=filter

Original comment by azizatif on 24 Nov 2009 at 9:42

GoogleCodeExporter commented 9 years ago
Sorry, the wiki is called ErrorFiltering, not ErrorFilter.
See: http://code.google.com/p/elmah/wiki/ErrorFiltering

Original comment by azizatif on 24 Nov 2009 at 9:43

GoogleCodeExporter commented 9 years ago
Started ErrorFilterExamples wiki

Original comment by azizatif on 6 Mar 2012 at 9:04