Microsoft
70-519 · Question #147
You are designing an ASP.NET Web application to manage and display sensitive information stored in a Microsoft SQL Server database. The database also provides authorization information for users…
The correct answer is A. Use a WCF service. See the full explanation below for the reasoning.
Question
You are designing an ASP.NET Web application to manage and display sensitive information stored in a Microsoft SQL Server database. The database also provides authorization information for users. All Web pages that display sensitive information require an authenticated login. There is no visitor access to these pages. You have the following requirements:
- Separate authorization logic from the application.
- Prevent the application from directly accessing the database server.
You need to design a data access and authorization solution. Which approach should you recommend?
Options
- AUse a WCF service.
- BUse a separate library.
- CUse SQL XML Services.
- DUse stored procedures.
How the community answered
(22 responses)- A82% (18)
- B9% (2)
- C5% (1)
- D5% (1)
Community Discussion
No community discussion yet for this question.