J
Jennifer
I was given the task of moving a website from one server to another.
The author of this is no longer with our company. The site was written
in C#, which I am not familiar with, but I can read it enough to get an
idea of what is supposed to be going on. But, in the webconfig file,
there is a line:
<identity impersonate="true" userName="DOMAIN\XXX" password="XXX"/>
Quite frankly, I have no idea what it is used for or why it is there.
After publishing the site to the new server, I got an error message for
that line:
Parser Error Message: Could not create Windows user token from the
credentials specified in the config file. Error from the operating
system 'A required privilege is not held by the client. '
I've looked at the old server to try to figure out what is different
from the new server, and I really don't know what I should be looking
for.
Could someone please take the time to explain what the purpose of
impersonating is? What needs to be set up on a server to make it work?
Thanks,
Jennifer
The author of this is no longer with our company. The site was written
in C#, which I am not familiar with, but I can read it enough to get an
idea of what is supposed to be going on. But, in the webconfig file,
there is a line:
<identity impersonate="true" userName="DOMAIN\XXX" password="XXX"/>
Quite frankly, I have no idea what it is used for or why it is there.
After publishing the site to the new server, I got an error message for
that line:
Parser Error Message: Could not create Windows user token from the
credentials specified in the config file. Error from the operating
system 'A required privilege is not held by the client. '
I've looked at the old server to try to figure out what is different
from the new server, and I really don't know what I should be looking
for.
Could someone please take the time to explain what the purpose of
impersonating is? What needs to be set up on a server to make it work?
Thanks,
Jennifer