Run a .Net MVC5 application on Mono

给你一囗甜甜゛ 提交于 2020-01-02 06:43:10

问题


I am developing an .Net 4.5.1 MVC5 application in Visual Studio 2013 on Windows.

Now I want to know, if it is possible to run this application on Linux ( Ubuntu 12.04 )? Would it be possible to use OWIN?


回答1:


Owin can be run self hosted which means no IIS which is a start see here

Use OWIN to Self-Host ASP.NET Web API

Then to also help see this post about deploying to a mono instance on heroku

Running OWIN/Katana apps on Heroku



来源:https://stackoverflow.com/questions/21455600/run-a-net-mvc5-application-on-mono

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!