URL Mapping in ASP.NET 2.0
Just posted a new article.
URL Mapping in ASP.NET 2.0
Few months back I wrote an article titled URL Rewriting in ASP.NET that illustrates how URL rewriting can be accomplished via code. ASP.NET 2.0 doesn't change the situation too much but has added some handy configuration options for URL mapping. In URL mapping a URL1 is mapped with URL2 so that when user requests URL1 actually it is the URL2 that is served.
http://www.dotnetbips.com/articles/displayarticle.aspx?id=518