Identity impersonate

  • Thread starter Thread starter Sorin Sandu
  • Start date Start date
S

Sorin Sandu

How can I override Identity Impersonate setting from machine.config on a
site on the same server ?
I am using impersonate on most web sites but on one I need to use Windows
Identity.
 
Sorin Sandu a formulé la demande :
How can I override Identity Impersonate setting from machine.config on a
site on the same server ?
I am using impersonate on most web sites but on one I need to use Windows
Identity.

What do you mean by override identity impersonate ?
If you use impersonate, you use the user windows account. If you want
to use a specific one, you just have to add this in the Web.Config file
:
<identity impersonate="false" userName="" password=""/> where userName
is the Windows login.

By

N Torrent
 
Back
Top