Link to home
Start Free TrialLog in
Avatar of TrialUser
TrialUserFlag for Afghanistan

asked on

Routing in ASP.net

I have set up the following code in the global.asax, but still when I run the application and type the url it does not route. Please help
  Sub RegisterRoutes(ByVal routes As RouteCollection)
        routes.MapPageRoute("RoutedName", "subfolder/Routedpage", "~/subfolder/Routedpage.aspx")
    End Sub

This url does not work though :
http://localhost:19757/subfolder/Routedpage
ASKER CERTIFIED SOLUTION
Avatar of Deja Anbu
Deja Anbu
Flag of Oman image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial