which OS and web server are you using? --- Met vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero Blog: http://flanders.co.nz Twitter: http://twitter.com/casualjim Author of IronRuby in Action (http://manning.com/carrero)
On Tue, Jun 23, 2009 at 9:46 PM, Mohammad Azam <[email protected]> wrote: > > In your download you never subclass from RubyMvcApplication. I have > tried to subclass from RubyMvcApplication but it is giving me the same > issue: > > 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/. > _______________________________________________ > Ironruby-core mailing list > [email protected] > http://rubyforge.org/mailman/listinfo/ironruby-core >
_______________________________________________ Ironruby-core mailing list [email protected] http://rubyforge.org/mailman/listinfo/ironruby-core
