我遇到了麻烦.我试图在单声道2.2上运行asp.net mvc 1.0.我已将system.web.mvc.dll复制到bin目录.我做过HttpContext.Current.RewritePath("/ Home/Index");. 我仍然有错误:
"/"应用程序中的服务器错误传入请求与任何路由都不匹配
描述:HTTP 500.错误处理请求.
堆栈跟踪:
System.Web.HttpException:传入的请求与System.Web.Routing.UrlRoutingHandler.ProcessRequest(System.Web)上的System.Web.Routing.UrlRoutingHandler.ProcessRequest(System.Web.HttpContextBase httpContext)[0x00000]中的任何路由都不匹配. HttpContext httpContext)[0x00000]在MvcApplication4._Default.Page_Load(System.Object sender,System.EventArgs e)的System.Web.Routing.UrlRoutingHandler.System.Web.IHttpHandler.ProcessRequest(System.Web.HttpContext context)[0x00000] System.Web.UI.Page.ProcessLoad()的System.Web.UI.Control.LoadRecursive()[0x00000]处的System.Web.UI.Control.OnLoad(System.EventArgs e)[0x00000]的[0x00000] [ System.Web.UI.Page.ProcessRequest()System.Web.UI.Page.ProcessRequest(System.Web.HttpContext context)中的System.Web.UI.Page.InternalProcessRequest()[0x00000]处的System.Web.UI.Page.ProcessPostData()[0x00000]处的0x00000] [0x00000]
版本信息:单声道版本:2.0.50727.1433; ASP.NET版本:2.0.50727.1433
我终于设法让它运行起来.似乎ASP.NET 3.5 MVC应用程序可以很好地使用svn中的最新单声道进行修改(它们不在单声道2.2上).有关编译它的详细说明,请访问:http://www.mono-project.com/Compiling_Mono_From_SVN
显然,您需要将System.Web.Mvc.dll复制到应用程序的bin /子目录中.
如果有人在32位Linux上需要Mono和xsp,这是我的构建:http://www.speedyshare.com/283727620.html
更新:2.4版本已经发布,去吧!
另一个更新:2.6.1是截至2010年3月15日的最新版本