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 ASP.NET tracing
B.
Use remote debugging
C.
Use ASP.NET health monitoring
D.
Use the Request Started method