Hi,
I have configured my AD in DNN and the authentication part works beautifully.
But when going to the root default.aspx I am not redirected to the windows login, i just see the standard home page.
I can then click on "login" and then login (either with AD or portal authentication)
If I go to the WindowsSignin.aspx page (by editing the URL) i can enter my AD username and password but after authenticating me i am given a "Internet Explorer cannot display the webpage" error.
Problem:
Users are not automatically logged in.
If users are given the link to WindowsSignin.aspx they enter their username+password and are given an erroe message.
Already done:
I have set up Active directory authentication in DNN and my users can login using the login page.
I have set the WindowsSignin.aspx to only have Windows Authentication in IIS
The rest of the website is set to have both Windows and Anonymous authentication.
The website has been added as a "Trusted site" in IE.
Using DNN 04.09.01.
Have added this into the web.config:
<add name="Authentication" type="DotNetNuke.Authentication.ActiveDirectory.HttpModules.AuthenticationModule, DotNetNuke.Authentication.ActiveDirectory" />
Any help will be appreciated,
Thx
Namret