G
Guest
Hi,
I am working on an application to change forwarding email address of a user.
I will be using an account that will have right privileges in the Active
Directory to alter/create accounts.
My question is what permissions (ON IIS Side) I need to give this account
in order for my application to execute and impersonate this account.
At this time I added the line in .config file and the application is not
working.
<identity impersonate=true username="xyz" password="abc" />
I am working on an application to change forwarding email address of a user.
I will be using an account that will have right privileges in the Active
Directory to alter/create accounts.
My question is what permissions (ON IIS Side) I need to give this account
in order for my application to execute and impersonate this account.
At this time I added the line in .config file and the application is not
working.
<identity impersonate=true username="xyz" password="abc" />