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
Try to identify what domain server you will use:
Something like: = new PrincipalContext(ContextType.Domain, "YOURADDOMAIN");