How to return JSON object when Bad Request MVC How to return JSON object when Bad Request MVC json json

How to return JSON object when Bad Request MVC


In your Web.Config, try to change existingResponse to Auto:

<httpErrors errorMode="Custom" existingResponse="Auto">

See Documentation