ASP.net MVC 2 and MonoDevelop 2.2

Posted by rifferte on Stack Overflow See other posts from Stack Overflow or by rifferte
Published on 2010-05-13T17:21:46Z Indexed on 2010/05/13 17:24 UTC
Read the original article Hit count: 440

Filed under:
|
|
|

Is it possible to utilize MVC 2 from MonoDevelop 2.2 (using Mono 2.4)? If so - is it as simple as grabbing a reference to the new System.Web.Mvc or is there something else to consider?

I realize that any templating support in MonoDevelop may not be 100% there since it was built to utilize MVC v1 (at least as of MonoDevelop 2.2).

If anyone can add any other tips or tricks that would help as well.

© Stack Overflow or respective owner

Related posts about mono

Related posts about ASP.NET