What level does a user need to be to write to event log?

  • Thread starter Thread starter Ronald S. Cook
  • Start date Start date
R

Ronald S. Cook

I have a .NET Win app that writes to the event log. I'm finding that
certain user's laptops errors when trying. I'm thinking its because they're
not admin on their PC (or maybe at least "power" use).

Anybody know for sure?

Thanks,
Ron
 
Hi,

What errors are you getting?

If you read/post the text of the exception you may know what failed.
 
All local accounts have write privileges to the Application log, what log
are you writing to and what kind of exception do you get?

Willy.

|I have a .NET Win app that writes to the event log. I'm finding that
| certain user's laptops errors when trying. I'm thinking its because
they're
| not admin on their PC (or maybe at least "power" use).
|
| Anybody know for sure?
|
| Thanks,
| Ron
|
|
 
Back
Top