1.

What are security controls available on ASP.NET?

Answer»

Following are the five security controls available on ASP.NET:

  • <asp: Login> Provides a login capability that ENABLES the USERS to ENTER their credentials with ID and password fields.
  • <asp: LoginName> Used to display the user NAME who has logged-in.
  • <asp: LoginView> Provides a variety of views depending on the template that has been selected.
  • <asp: LoginStatus> Used to check whether the user is authenticated or not.
  • <asp: PasswordRecovery> SENDS an email to a user while resetting the password.


Discussion

No Comment Found