Microsoft
70-519 · Question #248
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. 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 Windows authentication and set the Trusted Connection property of the SQL Server
- BUse Basic authentication and set the Integrated Security property of the SQL Server
- CUse Basic authentication and impersonation to configure a trusted subsystem between
- DUse Windows authentication and impersonation to configure constrained delegation
How the community answered
(51 responses)- A6% (3)
- B12% (6)
- C4% (2)
- D78% (40)
Community Discussion
No community discussion yet for this question.