Hi am using ASP.Net membership provider and the GetUser method intermittently throws "The server is not operational" error.
On performing IISReset, the error disappears.
The server is not operational.
(System.Runtime.InteropServices.COMException)
at System.DirectoryServices.DirectoryEntry.Bind(Boolean throwIfFail)
at System.DirectoryServices.DirectoryEntry.Bind()
at System.DirectoryServices.DirectoryEntry.get_AdsObject()
at System.DirectoryServices.DirectorySearcher.FindAll(Boolean findMoreThanOne)
at System.DirectoryServices.DirectorySearcher.FindOne()
at System.Web.Security.ActiveDirectoryMembershipProvider.FindUser(DirectoryEntry containerEntry, String filter, SearchScope searchScope, Boolean retrieveSAMAccountName, DirectoryEntry& userEntry, Boolean& resetBadPasswordAnswerAttributes, String& sAMAccountName)
at System.Web.Security.ActiveDirectoryMembershipProvider.GetUser(String username, Boolea ...
Go to the complete details ...