Does the Razor View Engine work for Mono?
Yes, it does. I have it working with mono on Linux. You need mono 2.10.2+ from the stable sources from http://ftp.novell.com/pub/mono/sources-stable/ http://download.mono-project.com/sources/mono/ Then, you need to localcopy these assemblies into your app’s bin directory (you take them from Visual Studio on Windows): System.Web.Mvc.dll System.Web.Razor.dll System.Web.WebPages.dll System.Web.WebPages.Deployment.dll System.Web.WebPages.Razor.dll Then, you might have to get rid of … Read more