Run Asp.Net Mvc as OWIN middleware?

前端 未结 4 1063
执念已碎
执念已碎 2020-12-10 01:34

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.<

4条回答
  •  天涯浪人
    2020-12-10 01:49

    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.

提交回复
热议问题