Using Friendly URLs in ASP.NET Web Forms
Websites often need to generate SEO friendly URLs. In ASP.NET Web Forms applications, a URL is tied to a physical .aspx file. This default mapping between a URL and physical file makes it difficult for Web Forms applications to generate SEO friendly URLs. One option available to ASP.NET developers is to use URL routing features. Alternatively they can also use Friendly Urls - a feature that allows you to quickly and easily use SEO friendly URLs in Web Forms applications. This article discusses how.
http://www.bipinjoshi.net/articles/4fabc773-ffeb-4ac9-8b12-e39bb72b9ddc.aspx