Is it possible to run Asp.Net Mvc as OWIN middleware? What is necessary for this? I can\'t seem to find anything about this but I have no idea why it wouldn\'t be possible.<
You may look at Katana.Boot.AspNet but as Chris Ross said it's just a "hello world" prototype without any futher development. Also you may look at OWIN Gate's era ASP.NET pipeline adapter.