ASP.NET 3.5 - Membership
This tutorial series examines techniques for using the built-in membership (security) system to create user accounts and configure authorization rules.
- Creating the Membership Schema in SQL Server (C#)
- Creating User Accounts (C#)
- Validating User Credentials Against the Membership User Store (C#)
- User-Based Authorization (C#)
- Storing Additional User Information (C#)
- Creating the Membership Schema in SQL Server (VB)
- Creating User Accounts (VB)
- Validating User Credentials Against the Membership User Store (VB)
- User-Based Authorization (VB)
- Storing Additional User Information (VB)
Comments (
)
Link to this page:
//www.vb-net.com/AspNet-DocAndSamples-2017/aspnet/web-forms/overview/older-versions-security/membership/Index.htm
|