How to add properties to users in ASP.NET MVC2?
Posted
by giglegi
on Stack Overflow
See other posts from Stack Overflow
or by giglegi
Published on 2010-06-07T10:37:19Z
Indexed on
2010/06/07
10:42 UTC
Read the original article
Hit count: 226
After I have the initial ASP.NET MVC 2 website and the default Membership provider up, how do I start adding features specific to an user? Like, say, we want to let users choose their favorite products and we want to remember these choices somehow or add a favorite color property to an user?
Where should these customizations go and how should they be associated with the out-of-the-box membership system?
© Stack Overflow or respective owner