Before adding OData to my project, my routes where set up like this:
config.Routes.MapHttpRoute( name: \"ApiById\", routeTempl
Another thing to be taken into consideration is that the URL is case sensitive so:
localhost:xxx/api/Sites -> OK localhost:xxx/api/sites -> HTTP 406
localhost:xxx/api/Sites -> OK
localhost:xxx/api/sites -> HTTP 406