Answer the question
In order to leave comments, you need to log in
Why is the url not routable?
Hello!
in asp.net mvc3 application add route:
routes.MapRoute(
"SP",
"SP/{controller}/{action}/{id}",new { controller = "SPHome", action = "Index", id = UrlParameter.Optional },
new { controller = @"OrgBill|OrgInfo|SPHome" });
Answer the question
In order to leave comments, you need to log in
Most likely added in the wrong place, but I could be wrong. Add this route before the default one.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question