4

what steps should I perform in order to run asp.net mvc 1.0 web application on mono?

Can Berk Güder
  • 109,922
  • 25
  • 130
  • 137
Markus
  • 3,547
  • 10
  • 39
  • 55
  • Previous question for Preview 5: http://stackoverflow.com/questions/202430/aspnet-mvc-preview-5-on-mono I'd assume that's the same result with the released version. – Chris Hynes Mar 25 '09 at 19:54

1 Answers1

1

It requires the same steps as for 3.0.
minus

System.Web.Razor.dll 
System.Web.WebPages.Razor.dll 

But why do you even want to run a 1.0 application, when 4.0 works already ?

Here:
Does the Razor View Engine work for Mono?

Community
  • 1
  • 1
Stefan Steiger
  • 78,642
  • 66
  • 377
  • 442