ASP.NET 2.0 Security Features

ASP.NET 2.0 contains a new set of security-related controls, known collectively as the Login controls.
By taking advantage of the Login controls, you can create standard registration, login, and password recovery pages without writing any code.

Login Control:


CreateUserWizard Control:

PasswordRecovery Control:


ChangePassword Control:

If you want to learn how to use these controls check out this msdn article by Stephen Walther.

1 Comment

  • Does anyone know if there's a way to override these to produce divs/spans/anything but tables? I tried futzing with the template for Login, but it still embedded my content within a table...

Comments have been disabled for this content.