Make friendly URL in ASP.NET
- by Khou
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?