Hi all,
Having problems getting the .3 beta installed. I have an XP pro test system in the office running II5. This is a new install of DNN 4.8, upgraded to 4.8.2.
The install of the provider went cleanly, but I'm getting errors when trying to configure it.
Error: is currently unavailable.
DotNetNuke.Services.Exceptions.ModuleLoadException: Object reference not set to an instance of an object. ---> System.NullReferenceException: Object reference not set to an instance of an object. at DotNetNuke.Authentication.ActiveDirectory.ADSI.Utilities.AddADSIPath(String Path, Path ADSIPath) at DotNetNuke.Authentication.ActiveDirectory.ADSI.Utilities.GetRootEntry(Path ADSIPath) at DotNetNuke.Authentication.ActiveDirectory.ADSI.ADSIProvider.GetNetworkStatus() at DotNetNuke.Authentication.ActiveDirectory.Settings.UpdateSettings() --- End of inner exception stack trace ---
Seeing that I this may be an idication that I need to set up impersonation, I followed the instructions in the install guide and updated the web.config file. Now that's throwing an error too.
Line 110: </authentication>
Line 111:
Line 112: <identity impersonate="true" username="domain\account" password="passwd"/>
Line 113: <!--
Line 114: <authentication mode="Windows">
The web.config file is always been a little bit of a mystery to me, so I'm not sure what it's trying to tell me there.
Any help would be great,
Greg