I've created .NET 4.5 WebAPI Project in VS 2013 with Individual accounts membership (template with BS, EF, API help page). Now I'm trying to port it to mono 4.0.3. I opened it in Xamarin Studio, the application was compiled and launched. However no matter what the route I query the result is
After some googling it appeared that some code there uses IIS-specific features, but I didn't understand exactly what they are.
I'd like to make the app with modern approach but sticking to OWIN and ASP.NET Identity is not crucial. It will be SPA with pure HTML5+JS client.
What exactly should I rewrite to make my web api truly cross-platform?