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?
A.
Use the RequestStartedmethod
B.
Use remote debugging
C.
Use ASP.NET tracing
D.
Use ASP.NET health monitoring
Explanation: