Turn off EventLogWebEventProvider

B

Bird

Hi,
By default, EventLogWebEventProvider is enabled.
Can I disable it? (to avoid events written to Windows Event Log)

Thanks!
 
B

Brock Allen

in web.config:

<healthMonitoring>
<rules>
<remove name="All Errors Default"/>
</rules>
</healthMonitoring>

Or to remove all default event log events:

<healthMonitoring>
<rules>
<clear />
</rules>
</healthMonitoring>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,770
Messages
2,569,586
Members
45,088
Latest member
JeremyMedl

Latest Threads

Top