“/”应用程序中的服务器错误传入请求与任何路由都不匹配
描述:HTTP 500.错误处理请求.
堆栈跟踪:
System.Web.HttpException: The incoming request does not match any route at System.Web.Routing.UrlRoutingHandler.ProcessRequest (System.Web.HttpContextBase httpContext) [0x00000] at System.Web.Routing.UrlRoutingHandler.ProcessRequest (System.Web.HttpContext httpContext) [0x00000] at System.Web.Routing.UrlRoutingHandler.System.Web.IHttpHandler.ProcessRequest (System.Web.HttpContext context) [0x00000] at MvcApplication4._Default.Page_Load (System.Object sender,System.EventArgs e) [0x00000] at System.Web.UI.Control.OnLoad (System.EventArgs e) [0x00000] at System.Web.UI.Control.LoadRecursive () [0x00000] at System.Web.UI.Page.ProcessLoad () [0x00000] at System.Web.UI.Page.ProcessPostData () [0x00000] at System.Web.UI.Page.InternalProcessRequest () [0x00000] at System.Web.UI.Page.ProcessRequest (System.Web.HttpContext context) [0x00000]
版本信息:单声道版本:2.0.50727.1433; ASP.NET版本:2.0.50727.1433
解决方法
编译的详细说明如下: 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日的最新版本