nerdexam
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)
  • A
    81% (30)
  • B
    5% (2)
  • C
    3% (1)
  • D
    11% (4)

Community Discussion

No community discussion yet for this question.

Full 70-519 Practice