I\'m getting this error when trying to access Web API controller, accessing via 127.0.0.1/api/myController/1
Could not load type \'System.Web.Http.Web
The error was due to the use of latest assemblies via NuGet. It turns out that, currently, Mono isn't completely compatible with WebAPI v5.1.
I replaced all my MVC libraries with a previous (v4.0) version and it all worked.