vijayamadhavareddy / elmah

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

errorfilter doesn't seem to work #369

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
.net 4.5 
Windows 2008 R2 Datacentre

my webconfig setting:
 <errorFilter>
      <test>
        <and>
          <greater binding="HttpStatusCode" value="400" type="Int32" />
          <lesser binding="HttpStatusCode" value="500" type="Int32" />
        </and>
      </test>
 </errorFilter>

I don't want 400 Bad Requests to be emailed but they are.  I've even rebooted 
the server.

Any ideas?

Original issue reported on code.google.com by corey.ge...@omnilogic.net on 26 Aug 2014 at 3:05