You are creating ASP.NET applications by using the .NET Framework 3.5.
The application uses the health monitoring events to raise application audit events in the following scenarios:
– When users log in
– When users change their passwords
– When users perform other security-related actions
You need to ensure that the application logs all audit events for all applications on the Web server.
What should you do?
A.
Configure the eventMappings node in the Web.config file so that it contains an entry for Success Audits.
B.
Configure the eventMappings node in the Machine.config file so that it contains an entry for Success Audits.
C.
Configure the eventMappings node in the Web.config file so that a single entry for auditing events is present for All Audits.
D.
Configure the eventMappings node in the Machine.config file so that a single entry for auditing events is present for All Audits.