You work as a Web Developer at Certkiller.com. You are in the process of creating a Webapplication using Microsoft ASP.NET 3.5.
An exception management framework is not used in the Web application. You need to ensure thatthe application log the unhandled exceptions automatically to the event log. You need to configurethe Web.config file to accomplish this. Identify the configuration that will assist you in thisscenario?()
A.You should consider using the <healthMonitoring enabled="true"/> configuration.
B.You should consider using the <deployment retail="true"/> configuration.
C.You should consider using the <customErrors mode="On"/> configuration.
D.You should consider using the <trace enabled="true"/> configuration.