When I try to open the Active Directory extension configuration page, there's an error in the middle:
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.Settings.Page_Load(Object sender, EventArgs e) --- End of inner exception stack trace ---
In DNN's Event Viewer:
oduleId: -1
ModuleDefId: -1
FriendlyName:
ModuleControlSource:
AssemblyVersion: 5.6.1
PortalID: 8
PortalName: NSLIJ DFS
UserID: 1
UserName: cphost
ActiveTabID: 219
ActiveTabName: Extensions
RawURL: /Admin/Extensions/tabid/219/ctl/Edit/mid/605/PackageID/97/Default.aspx
AbsoluteURL: /Default.aspx
AbsoluteURLReferrer: http://nslijdfs.enstoa.com/Admin/Extensions.aspx
UserAgent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; .NET4.0E)
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: e966ca79-fe21-4dd9-9372-dad2a88dc6a8
InnerException: Object reference not set to an instance of an object.
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: DotNetNuke.Authentication.ActiveDirectory.Settings.Page_Load
StackTrace:
Message: 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.Settings.Page_Load(Object sender, EventArgs e) --- End of inner exception stack trace ---
Source:
Server Name: ECP1WEB02
I've tried searching google and the DNN forums, and I see a lot of references to the impersonate=true in web.config. I've tried to access the page with identity impersonate=true, with and without username/password set, and without identity impersonate=true. And I've seen a few references to some kind of AD manual; but the links for that manual don't seem to work.
This is a new portal site that we're hoping to deploy very soon. We have a number of portals already running on the same db, same server, same IIS app.
So, what can I do to fix this?