These 14 ASP.NET
Security Tutorials at asp.net describe the security
features of ASP .NET and how to use them in your code.
The following ASP .NET Security tutorials explain in detail several
ASP .NET Security features that are very useful to both novice and
professional web application developers. These tutorials are
constructed in such a manner that both VB and C# programmers will find
it easy to follow. They explore techniques for authenticating visitors
through a web form, authorizing access to particular pages and
functionality, and managing user accounts in an ASP .NET application.
Introduction
In the introductory section of this tutorial the topics covered are
identifying and log users in to a website, usage ASP .NET’s Membership
framework to manage user accounts, Create, update, and delete user
accounts, managing user roles, customizing and extending ASP .NET’s
security Web controls, forms authentication and configuration and host
of other related topics.
- #1
|
Security Basics and ASP.NET Support
View in VB
or C#
- #2
|
An Overview of Forms Authentication
View in VB
or C#
- #3
|
Forms Authentication Configuration and Advanced Topics
View in VB
or C#
Membership
These tutorials examine techniques for adding the necessary schema to
the database in order to use the SqlMembershipProvider, which uses a
Microsoft SQL Server database as the user store. These tutorials also
examine the key tables in the schema and discuss their purpose and
importance. Other topics included are user based authorization, and
storing additional information which is explained by building
a rudimentary guestbook application.
- #4
|
Creating the Membership Schema in SQL Server View
in VB
or C#
- #5
|
Creating User Accounts View in VB
or C#
- #6
|
Validating User Credentials Against the Membership User Store
View in VB
or C#
- #7
|
User-Based Authorization View in VB
or C#
- #8
|
Storing Additional User Information View in VB
or C#
Roles
These tutorials demonstrate: the steps necessary for configuring the
Roles framework, building two ASP .NET pages to assist with managing
what users belong to what roles, how to apply role-based URL
authorization rules, and using declarative and programmatic means for
altering the data displayed.
- #9
|
Creating and Managing Roles View in VB
or C#
- #10
| Assigning Roles to Users View in VB
or C#
- #11
| Role-Based Authorization View in VB
or C#
Administrative
Tasks
These tutorials teach these topics: building an interface to select one
user account from many, recovering and changing passwords using
controls like PasswordRecovery and ChangePassword, and unlocking and
approving user accounts by building a web page for administrators.
- #12
| Building an Interface to Select One User Account from Many
View in VB
or C#
- #13
| Recovering and Changing Passwords View in VB
or C#
- #14
| Unlocking and Approving User Accounts View in VB
or C#
