On Sun, Jul 19, 2009 at 6:15 PM, JakeS<[email protected]> wrote:
> The global.asax has the following defined:
>
>            RoutingModuleEx.Engine.Add(
>                new PatternRoute("/coupon/<couponCode>")
>                    .DefaultForController().Is("coupon")
>                    .DefaultForAction().Is("Redeem"));


This sounds a bit like a problem I had a few months ago.  The full
thread on that is here
(http://groups.google.com/group/castle-project-users/browse_thread/thread/46a1271416bd713a/44792cf373f08f0d),
but the quick thing to try is change the line to:

                new PatternRoute("/coupon/[couponCode]")


-- 
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to