Chapter 12. Profiles, Themes, and Skins
Membership solves the common problem of storing basic information about our users and authenticating them. What it does not do is store other details about users, such as their favorite color or their birthday. Fortunately, the profile system in ASP.NET v2.0 makes it easy to store data in the same database or in your own data store with your own provider.