70-515 · Question #77
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…
The correct answer is A. Configure the SqlMembershipProvider in the web.config file. D. Create an ASP.NET page that contains a custom form that collects the user information and. CHAPTER 13 Implementing User Profiles, Authentication, and Authorization Lesson 1: Working with User Profiles us/library/system.web.security.sqlmembershipprovider.aspx)
Question
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.)
Options
- AConfigure the SqlMembershipProvider in the web.config file.
- BConfigure the SqlProfileProvider in the web.config file.
- CCreate an ASP.NET page that contains a default CreateUserWizard control to create a new
- DCreate an ASP.NET page that contains a custom form that collects the user information and
How the community answered
(24 responses)- A83% (20)
- B4% (1)
- C13% (3)
Explanation
CHAPTER 13 Implementing User Profiles, Authentication, and Authorization Lesson 1: Working with User Profiles us/library/system.web.security.sqlmembershipprovider.aspx)
Topics
Community Discussion
No community discussion yet for this question.