I need to run some MVC 3 app on Linux running server, and it seems the only option is Mono? the site only talks about the web services but I wish to know running the whole mvc 3 app is also possible? thanks
相关问题
- Monodevelop: `Waiting for debugger`
- Unity3D - Build Failed because of “[Unity] ERROR:
- Mono Winforms MacOSX replacement for WebBrowser
- Problems while creating a Linux-executable file fr
- GetAllNetworkInterfaces() throws exception
相关文章
- Visual Studio Code, MAC OS X, OmniSharp server is
- Bundling the Windows Mono runtime with an applicat
- How to use native C++ libraries in Mono for Androi
- Install mod_mono on Mac OSX
- Which Linux distribution is best for developing a
- AppDomain support is dead in UnityEngine, any way
- Serialize/deserialize between MONO-client and ASP.
- What does it mean if the garbage collector is “mor
It depends what you mean by the "whole mvc 3 app". The ASP.Net MVC3 stack has been implemented in Mono but check here and here for further details.