0

I have a really neat NAS box from QNAP (http://www.qnap.com) and I was just wondering if I can get my MVC3 apps working on it.

I see from the QNAP forums that the latest version will run on a QNAP box (assuming I can figure out the linux commands) but my question is more specific to mono ...

According to http://www.mono-project.com/Compatibility there is no support for EF ... do they mean that any code using EF (already compiled) will not run?

This will likely mean my apps wont work on Mono (shame).

There is also no mention of MVC3 on that page which implies they either forgot about it or are saying that the full support for C# 4.0 and ASP.Net 4.0 covers this.

If anyone has any experience with running MVC apps on a linux box can you let me know if any of this possible to get running / workaround please?

4

1 に答える 1

1

MVC 3 は動作しますが、デフォルトでは出荷されません。

ASP.NET MVC3 のサポート

現在、Entity Framework を使用するコードは Mono では実行されません。しかし、Microsoft は最近 Entity Framework をオープンソース化し、Mono で動作させる動きが活発になっています。うまくいけば、それはすぐに行われるでしょう:

Mono 2.11.3 がリリースされました

于 2012-09-10T12:37:38.303 に答える