GIAC
GSSP-NET · Question #98
You are working on an ASP.NET Web application and using .NET 2.0 as the application development platform. Authenticated users want their passwords to recover through the application. Which of the…
The correct answer is A. Using an ASP.NET membership for authentication. B. Sending e-mail messages to the users. C. Using the PasswordRecovery control. See the full explanation below for the reasoning.
Question
You are working on an ASP.NET Web application and using .NET 2.0 as the application development platform. Authenticated users want their passwords to recover through the application. Which of the following are necessary to enable the user password recovery option for your application? Each correct answer represents a part of the solution. Choose all that apply.
Options
- AUsing an ASP.NET membership for authentication.
- BSending e-mail messages to the users.
- CUsing the PasswordRecovery control.
- DUsing the ChangedPassword control.
How the community answered
(34 responses)- A82% (28)
- D18% (6)
Community Discussion
No community discussion yet for this question.