Is there a way to override the default 400 redirect (set in web.config) on a per-controller basis?
Say I have an Admin controller and an Account controller, each has a custom AuthorizeAttribute. There are two different login forms, and I need the admin controller to redirect to it's when AdminAuthorize attribute is false.