Greetings,
I am having some issues getting this setup and was hoping for some direction. I have done in the past and have had it working but for some reason it is not working.
Here is my set up.
Intranet Environment
2003 Server
AD Module version 5.0.4
DNN Version 06.01.05(142)
IE9
I installed the AD Module under Host >Extensions and enabled it.
I then went to the Admin > Extensions I set the appropriate settings in the authentication settings and when I updated the authentication settings everything is green with OK and it identifies my domain.
Then under Admin > Extensions I disable Default Authentication.
I then access the server and under IIS 6 I access Windowssignin.aspx file and set the file security to Integrated Windows Authentication
I have also checked in my web.config file and made sure that the correct authentication mode is uncommented.
<httpModules>
<!--add name="Authentication" type="DotNetNuke.HttpModules.AuthenticationModule, DotNetNuke.HttpModules.Authentication" /-->
<add name="Compression" type="DotNetNuke.HttpModules.Compression.CompressionModule, DotNetNuke.HttpModules" />
<add name="RequestFilter" type="DotNetNuke.HttpModules.RequestFilter.RequestFilterModule, DotNetNuke.HttpModules" />
<add name="UrlRewrite" type="DotNetNuke.HttpModules.UrlRewriteModule, DotNetNuke.HttpModules" />
<add name="Exception" type="DotNetNuke.HttpModules.Exceptions.ExceptionModule, DotNetNuke.HttpModules" />
<add name="UsersOnline" type="DotNetNuke.HttpModules.UsersOnline.UsersOnlineModule, DotNetNuke.HttpModules" />
<add name="DNNMembership" type="DotNetNuke.HttpModules.Membership.MembershipModule, DotNetNuke.HttpModules" />
<add name="Personalization" type="DotNetNuke.HttpModules.Personalization.PersonalizationModule, DotNetNuke.HttpModules" />
<add name="Analytics" type="DotNetNuke.HttpModules.Analytics.AnalyticsModule, DotNetNuke.HttpModules" />
<add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
<add name="ClientDependencyModule" type="ClientDependency.Core.Module.ClientDependencyModule, ClientDependency.Core" />
<add name="MobileRedirect" type="DotNetNuke.HttpModules.MobileRedirectModule, DotNetNuke.HttpModules" />
<add name="RadUploadModule" type="Telerik.Web.UI.RadUploadHttpModule, Telerik.Web.UI" />
<add name="Detector" type="FiftyOne.Foundation.Mobile.Detection.DetectorModule, FiftyOne.Foundation" />
<add name="Authentication" type="DotNetNuke.Authentication.ActiveDirectory.HttpModules.AuthenticationModule, DotNetNuke.Authentication.ActiveDirectory" />
So when I access the site it goes to the home page and presents me with the login link. When I click that I am able to enter my domain/username and password and I am logged in with my AD account. I checked and the user account was created with the information from the AD account.
One more thing I checked. When I go to http://h3-acad-02/prop/desktopmodules... I get his error message. That about covers it. Any suggestions. Thanks
Error in '/prop' Application.
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: Sections must only appear once per config file. See the help topic <location> for exceptions.
Source Error:
Line 434: <location path="DesktopModules/AuthenticationServices/ActiveDirectory/WindowsSignin.aspx">
Line 435: <!-- Disable Forms Authentication -->
Line 436: <formsAuthenticationWrapper enabled="false" />
Line 437: <system.webServer>
Line 438: <security>
|
Source File: C:\prop\web.config Line: 436
Show Additional Configuration Errors:
Sections must only appear once per config file. See the help topic for exceptions. (C:\prop\web.config line 449)
|
Version Information: Microsoft .NET Framework Version:2.0.50727.3603; ASP.NET Version:2.0.50727.3614