Tagged Questions
0
votes
1answer
273 views
How can send back my own 404 error message in ASP.NET , but as json?
i'm trying to send back a simple error message as Json, with the HTTP code as 404.
So i started out writing my own IExceptionFilter that checks to see the exception. To keep this simple, if the ...