I'm building an api using ASP.NET MVC 3. When a controller action is not found I don't want the standard message and result returned. I want to respond with a json message containing additional data about the request. How can I override the default behavior which gives me the plain "Resource not found" page?
thanks!