I would like to return a json errormessage but at the moment in fiddler I cannot see this in the json panel:
string error = \"An error just happened\"; JsonResul
Add config.Formatters.Remove(config.Formatters.XmlFormatter); line in your WebApiConfig file