I installed the new provider on a W2K8 server with IIS7 and immediately got the following error
[COMException (0x80070005): Access is denied. ] System.DirectoryServices.DirectoryEntry.Bind(Boolean throwIfFail) +451 System.DirectoryServices.DirectoryEntry.Bind() +36 System.DirectoryServices.DirectoryEntry.get_IsContainer() +31 System.DirectoryServices.ChildEnumerator..ctor(DirectoryEntry container) +23 System.DirectoryServices.DirectoryEntries.GetEnumerator() +25 DotNetNuke.Authentication.ActiveDirectory.HttpModules.AuthenticationModule.CheckPipelineMode(HttpRequest Request) +96 DotNetNuke.Authentication.ActiveDirectory.HttpModules.AuthenticationModule.OnAuthenticateRequest(Object s, EventArgs e) +109 System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +92 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +64
I am running in classic mode and have the webserver set to delegation in AD. .NET is also set to full trust for the site. Looks like I'm missing a permissions on something, but I can't figure out where.