views:

75

answers:

2

Has anybody tried Mono rails from Caste project . Unfortunately the client wants to develop in .nET v2.0 and not 3.5 , and I was looking for some MVC framework in .NET 2.0 .

+1  A: 

Try ASP.NET MVC over ASP.NET 2.0.

TTT
Thanks for the link Alon , I will check that out .
+3  A: 

Lots of people have successfully used MonoRail for several years. It's a great framework, and if you later want to migrate to ASP.NET MVC it's no big deal.

Unfortunately you'll have to use RC3 (which is over 2 years old now) to get .NET 2.0 support, as the latest trunk versions only support .NET 3.5.

If you really want to go with ASP.NET MVC you might want to try this hack to make it work on .NET 2.0.

Mauricio Scheffer
Thanks Mauricio .
The 3.5 only thing is rather new. Any checkout of a revision from a few months ago will be MUCH better than the old RC, and still work flawlessly on 3.5.Actually, I'm pretty sure that the trunk will also work on .NET 2.0 with SP2
Ken Egozi
@ken: lots of projects in the trunk reference System.Core, e.g. http://bit.ly/6BHuZx
Mauricio Scheffer
@mauricio: not in the build script:http://fisheye2.atlassian.com/browse/castleproject/MonoRail/trunk/src/Castle.MonoRail.Framework/default.build?r=6699However I'm not sure it's still the same for MR core deps
smoothdeveloper