ASP.NET MVC 2 on mono

前端 未结 1 431
悲哀的现实
悲哀的现实 2020-12-30 00:45

Is it possible to run the new ASP.NET MVC 2 Preview 2 on mono?

相关标签:
1条回答
  • 2020-12-30 01:14

    Yes. It was a bit tricky to compile from the ASP.NET MVC sources, but it works! See the screenshot.

    However, this is not yet integrated/distributed with Mono. We will wait until the final release. If you want, I can upload the System.Web.Mvc.dll (2.0.0.0) I compiled and you can test it out (it needs to go in your app's bin folder until properly signed).

    Update: The ASP.NET MVC2 code is now integrated in Mono (subversion trunk).

    0 讨论(0)
提交回复
热议问题