To impersonate the IIS authenticating user on every request for every page in an ASP.NET application, we must include an
<identity impersonate="true" />
Impersonate a Specific User:
To impersonate a specific user for all the requests on all pages of an ASP.NET application, you can specify the userName and password attributes in the
<identity impersonate="true" userName="AccountNAME" password="Password" />
No comments:
Post a Comment