nerdexam
Microsoft

70-519 · Question #235

You are designing an ASP.NET 4 Web application that will integrate third-party components. You need to minimize the security risks of using these components. Which approach should you recommend?

The correct answer is D. Use an appropriately permitted AppDomain for each component. See the full explanation below for the reasoning.

Question

You are designing an ASP.NET 4 Web application that will integrate third-party components. You need to minimize the security risks of using these components. Which approach should you recommend?

Options

  • AApply role-based security with declarative checks.
  • BStore the components in the global assembly cache.
  • CUse the third-party components on a separate server.
  • DUse an appropriately permitted AppDomain for each component.

How the community answered

(55 responses)
  • A
    4% (2)
  • B
    13% (7)
  • C
    5% (3)
  • D
    78% (43)

Community Discussion

No community discussion yet for this question.

Full 70-519 Practice