Tagged Questions
1
vote
1answer
397 views
MVC 2.0 - Custom handling of all errors to return json
I have an MVC 2 app that I want all requests to return json. I have overridden a HandleErrorAttribute and an AuthorizeAttribute. My goal is that all errors (even 403 and 404) are returned as json.
...