When you deploy an ASP.Net Web Api project to a server in RELEASE mode configuration and you have Custom Errors set to On, you’ll likely notice that your once nicely formatted error responses are no longer so friendly. During local development web api errors are formatted nicely with messages, stack trace, etc. (XML) <Error><Message>An error ...