.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
Original issue reported on code.google.com by
corey.ge...@omnilogic.net
on 26 Aug 2014 at 3:05