Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Windows EventLog Permissions

What permissions do I need to give a User for them to be able to write to the Windows EventLog? I have an ASP.NET application that needs to impersonate a user and that impersonated user must be able to write the event log

like image 950
James Alexander Avatar asked Jun 22 '09 19:06

James Alexander


1 Answers

To create an Event Log source you need to be an administrator, otherwise you should be able to write to it without elevated privileges.

Maybe take a look at this article.

like image 137
Brandon Avatar answered Oct 06 '22 00:10

Brandon