Hi.
I'm having the issue where the auto-authentication isn't working all the time. It will work if I access windowssignin.aspx and bounce me back to my intranet home page but obviously I don't want to always do this.
My DNN install is 6.1.1, AD module is 5.00.04 running in Windows Server 2008 and II7. The app pool is titled "Dotnetnuke" using classic pipline mode in .net v4.0.30319.
At the root level in IIS, here's what I have enabled under authentication:
- Anonymouse authentication
- Forms authentication
Here's what I have enabled under authentication for windowssignin.aspx:
- Forms authentication
- Windows authentication
When looking at authentication on windowssignin.aspx, it states in the top-right corner of IIS:
"Challenge-based and login redirect-based authentication cannot be used simultaneously"
Below that is another message:
"This feature has been locked and is read-only"
The AD account being used has full rights to the install folder as well as the .net temp folders under v2.0 and v4.0 and I added them as a local admin on the server. Same results. I can log in manually using login.aspx or get logged in using windowssignin.aspx.
What do I need to do to get the site to auto-authenticate? I see some notes about the app pool mode but didn't want to make any changes until I knew how it could impact my site.
Thanks,
Mark