Personalization in ASP.Net MVC -- friendly URLs, and skinning
Posted
by larryq
on Stack Overflow
See other posts from Stack Overflow
or by larryq
Published on 2010-05-24T22:43:12Z
Indexed on
2010/05/24
22:51 UTC
Read the original article
Hit count: 443
Hi everyone,
I haven't delved into custom generation of friendly URLs in ASP.Net MVC, and was wondering if anyone had suggestions. For example, if John Smith were to create an account on www.example.com, I'd like for his homepage to read www.example.com/JohnSmith -- along with the option for him to choose his URL. The ideal is for this to happen with no intervention on my part in the route maps.
Also, does anyone have guidelines on good ways to go to customize an MVC site based on URL? Again, using example.com I'd like for John to choose a color theme and logo for his homepage, then apply it accordingly.
Thanks for your tips and suggestions.
© Stack Overflow or respective owner