S
-Steve-
I have code that calls System.Diagnostics.EventLog.WriteEntry to write
exceptions to the windows app event log. However by default you have to be
an admin to write to the application event log.
Is the best way to enable this to give write permissions to
C:\WINDOWS\system32\config\AppEvent.evt or is there a better way to handle
this?
Steve
exceptions to the windows app event log. However by default you have to be
an admin to write to the application event log.
Is the best way to enable this to give write permissions to
C:\WINDOWS\system32\config\AppEvent.evt or is there a better way to handle
this?
Steve