I want to generate pages with asp.net. I have one page with the content I will show. I know that you can use a query string like this:
www.mysite.com/users.aspx?name=pol
With the code for read and place a query string, I have no problems and works very good.
But for the users it's more friendly to use this:
www.mysite.com/users/pol
How can you do this? I use ASP.NET, the background language is C#.