I\'m implementing a RESTful web service using WCF and the WebHttpBinding. Currently I\'m working on the error handling logic, implementing a custom error handler (IErrorHand
I had the exact same problem. This was useful for me:
http://zamd.net/2008/07/08/error-handling-with-webhttpbinding-for-ajaxjson/