What third-party libraries are you using? I'm currently building a (fairly small) ASP.NET MVC app and I haven't experienced any major issues with Mono, all the components I'm using are working pretty well "out of the box". I'm using the latest version of:
- ASP.NET MVC 4 with Razor 2 and its built-in CSS and JS minification (WebGrease) - ServiceStack OrmLite<https://github.com/ServiceStack/ServiceStack.OrmLite> with MySql.Data for the data access layer - SimpleInjector <http://simpleinjector.codeplex.com/> for IoC / Dependency injection - DotLESS <http://www.dotlesscss.org/> for CSS preprocessing - ELMAH <http://code.google.com/p/elmah/> for error logging All of these components are working well on Mono 3.0.2. On Fri, Dec 14, 2012 at 12:04 PM, Doug <[email protected]> wrote: > +1 for this; I've had nothing but trouble running MVC apps using mono. > > The web forms stuff is pretty mature, but setting the server up to run MVC > successfully is poorly documented and finiky. > > ... that said, there's just no comparison. The MVC stuff is lightyears > ahead of the classic ASP, and an excellent framework, but we're still > running our site on IIS; after trying for weeks to get a production stable > version running using mono we just gave up. > > ~ > Doug. > > > On Fri, Dec 7, 2012 at 9:05 PM, Daniel Lo Nigro <[email protected]> wrote: > >> Mono 2.10 is somewhat compatible with ASP.NET MVC, but I've found Mono >> 2.11 and Mono 3.0.x to be more reliable than 2.10. I encountered some >> issues with Mono 2.10 that have since been fixed. Even though Mono 3 is a >> beta, I'd recommend trying it out :) >> >> >> On Fri, Dec 7, 2012 at 11:23 AM, edward.harvey.mono < >> [email protected]> wrote: >> >>> > From: [email protected] [mailto:[email protected]] On Behalf Of Daniel Lo >>> Nigro >>> >>> Awesome, this is the answer I was looking for: >>> >>> Mono 2.10.8 (current stable release) is compatible (green color on >>> http://mono-project.com/Compatibility ) with ASP.Net MVC 1, 2, and 3. >>> If you're planning to run it on Linux, you'll probably use Apache and >>> mod_mono or Mono FastCGI. >>> >>> >> >> _______________________________________________ >> Mono-list maillist - [email protected] >> http://lists.ximian.com/mailman/listinfo/mono-list >> >> > > _______________________________________________ > Mono-list maillist - [email protected] > http://lists.ximian.com/mailman/listinfo/mono-list > >
_______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
