Impersonating the non domain user account in asp.net
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" />
精彩评论