Blog

Creating a new Asp.Net MVC 2 project in MonoDevelop

This is a trivial task, but this could help:

  1. Create a new Asp.Net MVC project.
  2. Edit Web.config and Views/Web.config to replace 1.0.0.0 strings by 2.0.0.0
  3. Update references for pointing to System.Web.Mvc 2.0.0.0

Leave a Comment