I set up the Active Directory
and then currently these are what I have
Apllication Pools -- Classic
For the website, Authentication Settings are
Anonymous Authentication -- Enabled
ASP.NET Impersonation -- Enabled
Basci Authentication -- Disabled
Forms Authentication -- Enabled
Windows Authentication - Disabled
And for WindowsSignin.aspx
Anonymous Authentication -- Disabled
ASP.NET Impersonation -- Enabled
Basci Authentication -- Disabled
Forms Authentication -- Enabled
Windows Authentication - Enabled
Just 2 days everything seemed to be fine, I could get the userlogged in automatically.
Was trying to add multiple domain authentication, as a result messed up something. Broke everything, then tried to get back what it was two days.
I am almost there
When I set my start page as Windowssignin.aspx aand run the site, everything seems to be fine.
But if I set my start up page as Default.aspx, it initially logs me in automatically , but once I logout of the website and close th ebrowser and again run the website, I dont get automatically logged0in. But if clear the cookies (temporary files) and then re run the site, it automatically logs me in.
I wonder if the settings are somehow being saved.
I dont have to clear any cookies if I set my default as Windowssign.aspx
Few other settings in my web.config are
<identity impersonate="true" />
<add name="Authentication" type="DotNetNuke.Authentication.ActiveDirectory.HttpModules.AuthenticationModule, DotNetNuke.Authentication.ActiveDirectory" />
the following line has been commented out
<!--<add name="Authentication" type="DotNetNuke.HttpModules.AuthenticationModule, DotNetNuke.HttpModules.Authentication" />-->
I am pretty sure all these were the same when everything worked fine, Can anyone please let me know what I am missing.
Thanks in Advance