Microsoft
70-519 · Question #164
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. Enable ASP.NET impersonation. B. Set the Load User Profile setting to True in the application pool configuration. 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
- AEnable ASP.NET impersonation.
- BSet the Load User Profile setting to True in the application pool configuration.
- CEnable Windows authentication.
- DSet the default role provider to the WindowsTokenRoleProvider class.
How the community answered
(21 responses)- A86% (18)
- C5% (1)
- D10% (2)
Community Discussion
No community discussion yet for this question.