I want that monorail redirects the requests to the url /do/stuff/<id> to <id>.stuff
Correct me if i'm wrong but isn't my example handled by the MonoRailHttpHandlerFactory? Thanks. 2009/2/12 Ken Egozi <[email protected]> > Monorail's routing engine is only working for monorail requests => those > handled by MonoRailHttpHandlerFactory. > > On Thu, Feb 12, 2009 at 5:20 PM, Ricardo Lopes <[email protected]> wrote: > >> Hi, >> I want to create a named route that rewrites the url to an handler that i >> declared on the web.config, for example: >> >> - Http Handler: *.stuff >> - Named route (to use on Helpers): route=dostuff params=id >> - Route Pattern: /do/stuff/<id> => <id>.stuff >> >> Can this be done with the default rules or do i have to create my own >> IRoutingRule ? >> >> Thanks. >> >> >> > > > -- > Ken Egozi. > http://www.kenegozi.com/blog > http://www.delver.com > http://www.musicglue.com > http://www.castleproject.org > http://www.gotfriends.co.il > > > > -- Ricardo Lopes --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
