Microsoft
70-519 · Question #122
You are designing an ASP.NET Web application that stores data in a Microsoft SQL Server 2008 database on a remote server. You must meet the following requirements: - Ensure that users' actions can…
The correct answer is D. Use Windows authentication and impersonation to configure constrained delegation between. See the full explanation below for the reasoning.
Question
You are designing an ASP.NET Web application that stores data in a Microsoft SQL Server 2008 database on a remote server. You must meet the following requirements:
- Ensure that users' actions can be traced on each server by using the
security audit log.
- Minimize the risk of server components executing in the user's
context. You need to recommend an approach for accessing the database. What should you recommend?
Options
- AUse Basic authentication and set the Integrated Security property of the SQL Server
- BUse Basic authentication and impersonation to configure a trusted subsystem between
- CUse Windows authentication and set the Trusted Connection property of the SQL Server
- DUse Windows authentication and impersonation to configure constrained delegation between
How the community answered
(50 responses)- A4% (2)
- B12% (6)
- C8% (4)
- D76% (38)
Community Discussion
No community discussion yet for this question.