nerdexam
Microsoft

70-519 · Question #277

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 C. 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 remote debugging
  • CUse ASP.NET health monitoring
  • DUse the Request Started method

How the community answered

(42 responses)
  • A
    2% (1)
  • B
    5% (2)
  • C
    81% (34)
  • D
    12% (5)

Community Discussion

No community discussion yet for this question.

Full 70-519 Practice