User privileges required for System.DirectoryServices
Posted
by Dave North
on Stack Overflow
See other posts from Stack Overflow
or by Dave North
Published on 2010-05-14T08:18:23Z
Indexed on
2010/05/14
8:24 UTC
Read the original article
Hit count: 412
I'm using System.DirectoryServices to list the status of websites running on a server. Currently I'm using impersonation of an admin account for this to run but I'd prefer to have a specific user account with the bare minimum privileges.
Can anyone point me in the right direction?
© Stack Overflow or respective owner