nerdexam
Microsoft

70-519 · Question #60

You are designing a method for collecting information regarding usage of new functionality within an ASP.NET Web application. You have the following requirements: - Usage data must be stored in a…

The correct answer is D. Use ASP.NET health monitoring. See the full explanation below for the reasoning.

Question

You are designing a method for collecting information regarding usage of new functionality within an ASP.NET Web application. You have the following requirements:

  • Usage data must be stored in a database for easy reporting.
  • The application must not include code relating to usage data.

You need to design a strategy that meets the requirements. Which approach should you recommend?

Options

  • AUse ASP.NET tracing
  • BUse the RequestStartedmethod
  • CUse remote debugging
  • DUse ASP.NET health monitoring

How the community answered

(37 responses)
  • A
    8% (3)
  • B
    5% (2)
  • C
    14% (5)
  • D
    73% (27)

Community Discussion

No community discussion yet for this question.

Full 70-519 Practice