Do you mean like this. :)
http://www.yapclub.com/jasonkoskimaki/
I hardcoded Scott's url provider so that this would work along with many other pretty urls. But I didn't know how to do IIS redirects so I created a folder named jasonkoskimaki and a custom default.aspx in it.
However, I also have the rest of my users setup to lookup on userid as
website.com/23211.aspx
I posted some solutions on doing this in this forum awhile ago and from all my customizations my code is too forked now for me to post the changes to add.
Note when doing this you need to be careful as you can mess up your search engine results if you don't rewrite correctly. I don't quite understand how it works but there is Request.URL.tostring and Request.RawURL and other url properties and I think search engines can detect if you are rewriting incorrectly.
Jason |