Microsoft
70-519 · Question #94
You are designing an ASP.NET Web application. You are implementing the ASP.NET membership and profile providers to do the following: - Support retrieval of user passwords within the ASP.NET Web…
The correct answer is A. Use encrypted passwords, and develop a custom profile provider. See the full explanation below for the reasoning.
Question
You are designing an ASP.NET Web application. You are implementing the ASP.NET membership and profile providers to do the following:
- Support retrieval of user passwords within the ASP.NET Web
application
- Access profile data that is stored in two or more Microsoft SQL
Server tables You need to ensure that the Web application is properly configured to interact with the providers. Which approach should you recommend?
Options
- AUse encrypted passwords, and develop a custom profile provider.
- BUse encrypted passwords and the built-in SqlProfileProvider.
- CUse hashed passwords, and develop a custom profile provider.
- DUse hashed passwords and the built-in SqlProlileProvider.
How the community answered
(37 responses)- A81% (30)
- B5% (2)
- C3% (1)
- D11% (4)
Community Discussion
No community discussion yet for this question.