fletchsod
Programmer
- Dec 16, 2002
- 181
I noticed trying to route the url to a physical webpage does not work.
but works when others is used...
What can I do to make it work for the Support webpage?
Code:
routes.MapPageRoute("route1","support","~/Support.aspx")
but works when others is used...
Code:
routes.MapPageRoute("route1","contact","~/ContactUs.aspx")
routes.MapPageRoute("route1","about","~/AboutUs.aspx")
routes.MapPageRoute("route1","features","~/Features.aspx")
What can I do to make it work for the Support webpage?