What are the pros and cons of Forms authentication work in ASP.NET
Forms authentication is an attractive option for you, for the reasons that:
– You have full and complete control over the authentication code – because is implemented entirely within ASP.NET. You don’t need to rely on any external systems, as you do with Windows or Passport authentication.