I'm in the process of writing a blogging software, as a learning excercise. Everything is going well, except I'm not sure how to create user-fieldly, SEO friendly URLs.
For instance:
http://myblogsite.com/blogs/default.aspx?ID=12
should be something more user friendly:
http://myblogsite.com/blogs/how-to-create-custom-urls-in-asp-net
I did look around, but couldn't find anything helpful. I want to create a permanent url and people can share and link to on otehr websites. On existing blog applications, it is referred to as "slug", I believe. But, I'm not sure how it works in Asp.Net.
Many Thanks!