Intermittent unknown error from Active Directory

前端 未结 2 1644
不知归路
不知归路 2021-02-09 09:29

I\'m using .Net account management libraries to access Active Directory to search the details of current http request user. My app pool runs with custom account and it also from

2条回答
  •  轮回少年
    2021-02-09 10:18

    Try to identify what domain server you will use:

    Something like: = new PrincipalContext(ContextType.Domain, "YOURADDOMAIN");

提交回复
热议问题