How to use personalized urls in asp.net mvc application.
Posted
by Bootcamp
on Stack Overflow
See other posts from Stack Overflow
or by Bootcamp
Published on 2010-05-26T08:36:25Z
Indexed on
2010/05/26
8:41 UTC
Read the original article
Hit count: 184
I am working on a website in which many users can create their account and have a personalized page. I wish to provide them a twitter like url to access their pages, for example www.mysite.com/smith or www.mysite.com/john . I am using asp.net mvc 1.0. I have an understand that i can add routes to the global.asax file, but i am not able to figure out how to add a route that will work for such urls.
Please provide some help / suggestions. Thanks.
© Stack Overflow or respective owner