I'm attempting to query AD in an ASP.Net (4.0) application that is running on Windows Server 2008 R2 (IIS7 installed). (It also fails when running as a 2.0 application as well) This is nothing new for me, as I've done this many times before. I wrote a small ASP.Net program [...] read more
When we try to search for a user in ActiveDirectory, we get that exception - 0x8007203B. Basically we deployed a web service, which uses DirectoryEntry & DirectorySearcher class to find a user in AD, and sometimes this exception happens. But when we do IISReset, it again works fine. Code is [...] read more