- Google will always find how to self-host Web-API by use of HttpSelfHostServer or OWIN which is not feasable since that's for MVC->Web API and not MVC
- using Hostable WEB Core is also not an option because you have to install IIS
- and the approach with CassiniDEv looks also not good for production (at least that's what Sky Sanders tells me here)
So, anybody else has and idea how to go about this?
[Edit] The reason for all those limitations are that it's not going to be a multi-user Web app but just a closed group of people will be accessing it and only on an Intranet so we were looking for a simple solution where we don't have to use any software setup outside our own (which has already update capabilities and handles up-/downgrades) and have full support/access to our already existing internal framework.