You may be rewriting your asp.net website URLs for the sack of them being search engine and visitors friendly, and in turn, giving some more work to do to your web server.
In .net 3.5, this is an in-built feature. Using System.Web.Routine namespace classes, This all is made very simple and straight forward.
http://msdn.microsoft.com/en-us/libr...b.routing.aspx
|