[Ironruby-core] Question about Ivan Porto carrero MVC Sample
Mohammad Azam
lists at ruby-forum.com
Tue Jun 23 15:23:03 EDT 2009
Here is the latest error:
The incoming request does not match any route.
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information
about the error and where it originated in the code.
Exception Details: System.Web.HttpException: The incoming request does
not match any route.
Source Error:
Line 16:
HttpContext.Current.RewritePath(Request.ApplicationPath, false);
Line 17: IHttpHandler httpHandler = new MvcHttpHandler();
Line 18: httpHandler.ProcessRequest(HttpContext.Current);
Line 19: HttpContext.Current.RewritePath(originalPath,
false);
Line 20: }
Source File:
C:\Projects\IronRubyMVCWebApps\IronRubyMVCWebApps\IronRubyMVCWebApps\Default.aspx.cs
Line: 18
--
Posted via http://www.ruby-forum.com/.
More information about the Ironruby-core
mailing list