xyz.com
abc.com
123.com
Global.asax
RouteTable.Routes.Add( "RouteName", new Route("Route", new PageRouteHandler("~/RoutePage.aspx"))); RouteTable.Routes.Add( "DetailRoute", new Route("Route/{RouteID}", new PageRouteHandler("~/RouteDetailsPage.aspx")));
http://localhost:1234/Route
RoutePage.aspx
http://localhost/abc.com/Route
http://localhost/123.com/Route
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)