Microsoft
70-519 · Question #13
You need to design a solution for ensuring that only users with the Administrators role have access to the Admin area of the Web application. Which approach should you recommend?
The correct answer is B. Ensure that each ActionResult returned to the Admin area contains the Authorize attribute. See the full explanation below for the reasoning.
Question
You need to design a solution for ensuring that only users with the Administrators role have access to the Admin area of the Web application. Which approach should you recommend?
Options
- AChoose to include the LoginView control within each file in the Admin area.
- BEnsure that each ActionResult returned to the Admin area contains the Authorize attribute
- CAllow only the local computer Administrator account to have NT permissions on the files
- DEstablish an authorization section in each location section in the Web application
How the community answered
(34 responses)- A6% (2)
- B76% (26)
- C15% (5)
- D3% (1)
Community Discussion
No community discussion yet for this question.