Hi there,
I'd basically like to have user friendly URLs on my new web project. All pages are going to have the file extension of ".aspx" so instead of "http://www.mywebsite.com/projects/edit-project.aspx?id=123" I think it would be better for it to read "http://www.mywebsite.com/projects/edit-project/?id=123"
or just "http://www.mywebsite.com/projects/edit-project?id=123" (no trailing forward slash)
I can get my head around doing individual URL rewrites using the IIS Rewrite module but I can't figure out how to apply the rule to every page?
Hopefully someone can help :)