Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

errorfilter doesn't seem to work #369

Open
GoogleCodeExporter opened this issue Jun 3, 2015 · 0 comments
Open

errorfilter doesn't seem to work #369

GoogleCodeExporter opened this issue Jun 3, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

.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 [email protected] on 26 Aug 2014 at 3:05

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant