Community

Examining ASP.NET 2.0’s Membership, Roles, and Profile – Part 3

(Scott Mitchell) The membership and roles providers used by ASP.NET by default are the SqlMembershipProvider and SqlRoleProvider, respectively, which serialize membership and roles information to a SQL Server database. Specifically, this information is stored in a variety of pre-defined tables and a

Read More - Register for Free Membership