I Mike,
i'am having problems configuring my dotnetnuke 7 installation to work with Active Directory Module, to auto login a windows user.
My configuration is:
- DNN 7 in windows 2008 server
- AD Module 5.00.4 release configured with the defauld domain property set.
- Tested with AD Module 5.00.4 release configured with Auto Login IP address 1.1.1.1-255.255.255.255 and also tested with Auto Login IP set to Blank ""
- IIS 7 configured to an Integrated application pool with Framework V4.0
- IIS 7 configured to set "WindowsSignin.aspx" authentication to "Forms Authentcation" and "Windows Authentication" only.
- Like is said in codeproject (http://dnnauthad.codeplex.com/documentation), i've executed the folowing commands:
%windir%\system32\inetsrv\appcmd unlock config /section:anonymousAuthentication
%windir%\system32\inetsrv\appcmd unlock config /section:windowsAuthentication
When i try to access the url http:\\host\dotnetnuke7 with a domain user loggedin (user previously created in DNN by the AD module) i have the following error:
"HTTP Error 404.0 - Not Found
The resource you are looking for has been removed, had its name changed, or is temporarily unavailable "
"Requested URL
http://localhost:80/dotnetnuke7/Account/Login?ReturnUrl=%2fdotnetnuke7%2fDesktopModules%2fAuthenticationServices%2fActiveDirectory%2fWindowsSignin.aspx"
In dothennuke event viewer i have:
DotNetNuke.Services.Exceptions.PageLoadException: Object reference not set to an instance of an object. ---> System.NullReferenceException: Object reference not set to an instance of an object. at DotNetNuke.Framework.DefaultPage.InitializePage() at DotNetNuke.Framework.DefaultPage.OnInit(EventArgs e) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
Can you help me in this configuration?