Event Log

  • Thread starter Thread starter Patrick Cannon
  • Start date Start date
P

Patrick Cannon

What rights to I have to grant the ASPNET account to
write to the event log? I get "Requested registry access
is not allowed" when I try to write to the event log.
 
I believe you would need to grant the ASPNET account write permission to the
Registry key:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Eventlog

....and all relevant subkeys.
--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
http://www.takempis.com
Neither a follower nor a lender be.
 
Back
Top