I'm new to both .NET Web API development and mono, so this question might turn out to be too basic, but I've been unable to find any instructions for deploying a Web API 2 project in xsp4 on Linux. Is it even possible?
I was able to easily run ASP.NET apps by addressing their .aspx files, but a Web API app, once you publish it, is just a bunch of .config and .dll files.
How do you start it inside xsp4 server such that all routes specified within it are mapped correctly? Is it done from command line, or do you need a config file?