3

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

ePezhman
  • 4,010
  • 7
  • 44
  • 80

1 Answers1

5

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.

Mattl
  • 1,588
  • 3
  • 24
  • 49