Hello,
I don't know what I'm doing wrong but I don't get it work.
It is supposed that if I add a route, for example:
routes.MapPageRoute(String.Empty, "Home", "~/Default.aspx");
When I access to the page, the url should be http://localhost:####/Home, right? I'm still seeing
Default.aspx.
Go to the complete details ...