nerdexam
Microsoft

70-519 · Question #59

You are designing an ASP.NET Web application that will be accessed by local intranet users. The Web application will store temporary data files locally. The Web server is running IIS 7.5. You have…

The correct answer is A. Set the default role provider to the WindowsTokenRoleProvider class. B. Enable Windows authentication. See the full explanation below for the reasoning.

Question

You are designing an ASP.NET Web application that will be accessed by local intranet users. The Web application will store temporary data files locally. The Web server is running IIS 7.5. You have the following requirements:

  • Temporary data file ownership must be set to the user account.
  • Temporary data files stored locally must be accessible only to the

authenticated user. You need to recommend an approach for securing the temporary data files. Which two actions should you recommend? (Each correct answer presents part of the solution. Choose two.)

Options

  • ASet the default role provider to the WindowsTokenRoleProvider class.
  • BEnable Windows authentication.
  • CSet the Load User Profile setting to True in the application pool configuration.
  • DEnable ASP.NET impersonation.

How the community answered

(27 responses)
  • A
    78% (21)
  • C
    15% (4)
  • D
    7% (2)

Community Discussion

No community discussion yet for this question.

Full 70-519 Practice