you need to take? Select three.

There is an ASP.NET application PassGuideApp.
There is an IIS server PassGuideSrv.
PassGuideApp is deployed on PassGuideServ.
All health-monitoring events that have an error severity level must be put in the Windows
event log.
What steps do you need to take? Select three.

There is an ASP.NET application PassGuideApp.
There is an IIS server PassGuideSrv.
PassGuideApp is deployed on PassGuideServ.
All health-monitoring events that have an error severity level must be put in the Windows
event log.
What steps do you need to take? Select three.

A.
Add rule…

B.
Run command…

C.
<rules>
<add name=”Errors” eventName=”All Errors” provider=”EventLogProvider” />
</rules>

D.
<rules>
<add name=”Failures” eventName=”Failure Audits” provider=”EventLogProvider” />
</rules>

E.
iiresetexe…

F.
aspnet_regiis.exe..

G.
…on PassGuideSrv.

H.
…in PassGuideApp.

I.
..in <errorMonitoring/> section of the web.config file.

J.
..in <errorMonitoring/> section of the Global.aspx file.
K.
..in <healthMonitoring/> section of the web.config file.
L.
..in <healthMonitoring/> section of the Global.aspx file.



Leave a Reply 1

Your email address will not be published. Required fields are marked *


jamuro

jamuro

Option “K” is missing on the correct answer…