PrepAway - Latest Free Exam Questions & Answers

What should you do to modify the application configuration to enable WebEvent monitoring?

You create a Microsoft ASP.NET application by using the Microsoft .NET Framework version 3.5.
You plan to monitor the execution of the application at daily intervals.
You need to modify the application configuration to enable WebEvent monitoring.
What should you do?

PrepAway - Latest Free Exam Questions & Answers

A.
Enable the Debugging in the Web site option in the ASP.NET configuration settings.
Modify the Request Execution timeout to 10 seconds.
Register the aspnet_perf.dll performance counter library by using the following command.

B.
regsvr32 C:WINDOWSMicrosoft.NETFrameworkv2.0.50727aspnet_perf.dll
Add the following code fragment to the <healthMonitoring> section of the Web.config file of the application.

C.
<profiles>
<add name=”Default” minInstances=”1″ maxLimit=”Infinite” minInterval=”00:00:10″ custom=”” />
</profiles>
Add the following code fragment to the <system.web> section of the Web.config file of the application.

D.
<healthMonitoring enabled=”true” heartbeatInterval=”10″>
<rules>
<add name=”Heartbeats Default” eventName=”Heartbeat” provider=”EventLogProvider” profile=”Critical”/>
</rules>
</healthMonitoring>


Leave a Reply