Examining ASP.NET's Membership, Roles, and Profile - Part 18

Posted on Internet.com See other posts from Internet.com
Published on Thu, 02 Dec 2010 05:00:00 +0100 Indexed on 2010/12/21 5:00 UTC
Read the original article Hit count: 168

Filed under:
Membership, in a nutshell, is a framework build into the .NET Framework that supports creating, authenticating, deleting, and modifying user account information. Each user account has a set of core properties: username, password, email, a security question and answer, whether or not the account has been approved, whether or not the user is locked out of the system, and so on. These user-specific properties are certainly helpful, but they're hardly exhaustive - it's not uncommon for an application to need to track additional user-specific properties. For example, an online messageboard site might want to also also associate a signature, homepage URL, and IM address with each user account.There are two ways to associate

© Internet.com or respective owner