Which two actions should you perform?

You are implementing an ASP.NET Web application.
Users will authenticate to the application with an ID.
The application will allow new users to register for an account.
The application will generate an ID for the user based on the user’s full name. You need to implement this registration functionality.
Which two actions should you perform? (Each correct answer presents part of the solution. Choose two.)
A. Configure the SqlMembershipProvider in the web.config file.
B. Configure the SqlProfileProvider in the web.config file. (New answer from TestKiller, SqlMembershipProvider is not changed)
C. Create an ASP.NET page that contains a default CreateUserWizard control to create a new user account.
D. Create an ASP.NET page that contains a custom form that collects the user information and then uses the Membership.CreateUser method to create a new user account.

microsoft-exams

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.