What's the best way to get a nice clean URL structure like stack overflow has?
Do I need to use IIS for this? Or is there a way I can do it with some sort of mapping file in asp .net?
The site I want this for has hundreds of pages, and is already deployed.
I would like a method that requires the least amount of changes possible.
Note:
- I do not want suggestions on how to make the URLs friendly
- I do want suggestions on how to best manage these friendly URLs and how to create the mappings.
I basically want to have each path that ends with aspx have no aspx extension and instead look like it is a folder with an index.aspx inside of it.
http://www.blahblahblahblahblah7CEE53E1.com/test.aspx
->
http://www.blahblahblahblahblah7CEE53E1.com/test/
EDIT: I'm running IIS 6.0