In general, to show the details of a customer, we will use the URL like below.
showCustomer.aspx?Name=Alex
Search Engines can't read the query string part and this will affects in page ranking. By using URL routing, we can change the URL like belo...