开发者

Impersonating the non domain user account in asp.net

开发者 https://www.devze.com 2023-03-08 19:18 出处:网络
I wanted to impersonate the User who is in abc domain from the xyz domain user in asp.net. If possible please paste the code开发者_运维知识库.In web.config

I wanted to impersonate the User who is in abc domain from the xyz domain user in asp.net. If possible please paste the code开发者_运维知识库.


In web.config

<identity impersonate="true"
         userName="domain\user" 
          password="password" />
0

精彩评论

暂无评论...
验证码 换一张
取 消