You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.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
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 26 Aug 2014 at 3:05The text was updated successfully, but these errors were encountered: