Make friendly URL in ASP.NET
问题 how do i make my web app friendly URL? currently my app URL looks like this http://www.domain.com/Page.aspx?article=103 but I would like to display the URL to look like this http://www.domain.com/Page.aspx?Google-likes-url-friendly what would i need to do? 回答1: check out http://learn.iis.net/page.aspx/460/using-the-url-rewrite-module/ you will need to download and install a module. Pretty easy to use and configure. Here is the introduction : http://learn.iis.net/page.aspx/461/creating-rewrite