ASP.NET mvc en mono 2.2

Estoy teniendo problemas. Estoy tratando de ejecutar asp.net mvc 1.0 en mono 2.2. Copié system.web.mvc.dll en el directorio bin. He hecho HttpContext.Current.RewritePath ("/ Home / Index") ;. Todavía estoy teniendo el error:

Error de servidor en la aplicación '/' La solicitud entrante no coincide con ninguna ruta

Descripción: HTTP 500. Error al procesar la solicitud.

Stack Trace:

System.Web.HttpException: la solicitud entrante no coincide con ninguna ruta en System.Web.Routing.UrlRoutingHandler.ProcessRequest (System.Web.HttpContextBase httpContext) [0x00000] en System.Web.Routing.UrlRoutingHandler.ProcessRequest (System.Web .HttpContext httpContext) [0x00000] en System.Web.Routing.UrlRoutingHandler.System.Web.IHttpHandler.ProcessRequest (System.Web.HttpContext context) [0x00000] en MvcApplication4._Default.Page_Load (System.ObjectAnd. ) [0x00000] en System.Web.UI.Control.OnLoad (System.EventArgs e) [0x00000] en System.Web.UI.Control.LoadRecursive () [0x00000] en System.Web.UI.Page.ProcessLoad () [0x00000] en System.Web.UI.Page.ProcessPostData () [0x00000] en System.Web.UI.Page.InternalProcessRequest () [0x00000] en System.Web.UI.Page.ProcessRequest (System.Web.HttpContext context ) [0x00000]

Información de la versión: Versión mono: 2.0.50727.1433; Versión de ASP.NET: 2.0.50727.1433

Respuestas a la pregunta(4)

Su respuesta a la pregunta