tags:

views:

569

answers:

2

I work in a shop that has a number of very good C# developers who have been using ASP.NET WebForms, and would like to move to a MVC framework. To make things more complicated, we would also like to be able to run this under mono.

So my question is, are there any good MVC frameworks for mono, that have been tried and tested in the real world -- or are we better with Windows Server and IIS?

+1  A: 

I'm pretty sure you can run django with ironpython under mono. I haven't ever tried it but maybe you should check it out.

Sorry if this was unhelpful as you mentioned C# which django is not...

kgrad
+4  A: 

I've used Castle Monorail in Mono 2.0, and haven't had any problems.

Rhys Causey