URL Rewriting in ASP.NET
One of most important factors for search engine optimization is to have keywords in URL of the page. Dynamically created pages usually have query strings, thus URL looks encrypted and it is not SEO friendly. This tutorial explains several different ways how you can implement URL rewriting in ASP.NET web application to get nice looking URLs while dynamic URL executes in behind.