Not without some effort. Here's an article on using it in ASP.NET without MVC: http://aspnet.4guysfromrolla.com/articles/051309-1.aspx
Essentially, you would have to create a class which implements the IRouteHandler interface, which mainly involves a method which returns a IHttpHandler object. In ASP.NET, that would be the Page object that you want to run. Hence we would need to make an adapter which would wrap a Controller/Action into an IHttpHandler. On Tue, Oct 13, 2009 at 6:22 AM, c.sokun <[email protected]> wrote: > > Recently I notice there is no improvement over the MonoRail built-in > routing engine. > Is it possible to use ASP.NET MVC routing engine with MonoRail ? > > > -- Truth, James --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Castle Project Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/castle-project-users?hl=en -~----------~----~----~----~------~----~------~--~---
