Hi there!
I've seen some .NET sites that obviously are using some sort of URL-rewriting method, but the one that intrigues me the most are ones that look like:
http://www.somesite.com/pages/an-example-page.aspx
I have previously used "UrlRewritingNet.UrlRewrite", but that requires that the database primary key integer be located somewhere in the requested URL.
Is there any other way to perform this? I am using ASP.NET 3.5
Thank u!