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?
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-rules-for-the-url-rewrite-module/