Home ASP.NET Logging In

ASP.NET - Logging In



After completing this tutorial, you will be able to
  • Manage Web-based security
  • Implement Forms Authentication
  • Work with Forms Authentication in the raw
  • Work with ASP.NET login controls to make writing login pages painless
  • Work with ASP.NET role-based authorization
This tutorial covers managing access to your ASP.NET application. Web site security is a major concern for most enterprises. Without any means of securing a site, the Web site can expose areas of your enterprise you may not want exposed. We'll take a quick look at what security means when it comes to Web applications. Then we'll look at various services available within ASP.NET for authenticating and authorizing users.

Next