In this chapter, you'll learn:
How to handle security and authorization in your Web Forms applications using ASP.NET membership and roles.
This series of tutorials explores techniques for authenticating users using a login form (forms authentication) and authorizing access to individual pages in an ASP.NET application.
This tutorial series examines techniques for using the built-in membership (security) system to create user accounts and configure authorization rules.
This tutorial series describes how to create and delete roles, how to assign users to roles, and how to authorize by role.
This tutorial series shows you one way to create an administration page that lets you manage users and roles.