Deploy ASP.NET MVC on Linux: Best Practices, Tools & Surprises

前端 未结 3 1946
臣服心动
臣服心动 2020-12-12 10:25

I\'m wondering about best practices to develop ASP.NET MVC apps with an option to deploy on Linux. If you are creating these kinds of MVC apps,

  • What Linux/Mono
3条回答
  •  温柔的废话
    2020-12-12 11:27

    Nathan Bridgewater's blog has some nice articles showing, among other things:

    • running MVC3 with razor on mono
    • migrating ASP.NET MVC from Windows/SQL Server to Linux/MySQL
    • installing and running MonoDevelop
    • installing mono from source

    http://iws.io/get-mvc3-razor-running-on-mono/

提交回复
热议问题