R
Rob R. Ainscough
I'm having difficulty writing anything to the web servers event log from my
web app located on that server.
Putting this in my web apps web.config did NOT help - immediate causes and
error in my web app before it displays the default page.
<healthMonitoring>
<rules>
<add name="All Events" eventName="All Events" provider="EventLogProvider"
profile="Critical" />
</rules>
</healthMonitoring>
How can I write my own events to the EventLog?
web app located on that server.
Putting this in my web apps web.config did NOT help - immediate causes and
error in my web app before it displays the default page.
<healthMonitoring>
<rules>
<add name="All Events" eventName="All Events" provider="EventLogProvider"
profile="Critical" />
</rules>
</healthMonitoring>
How can I write my own events to the EventLog?