Ok, I want to change my 3.2 DNN setup to use Windows Authentication. I've been spending hours trying to figure out how to put all the pieces together and I am definitely confused. I thought the new 3.2 install would have the Authentication module already installed, it doesn't. It does however look like the web.config has been changed to support it.
Here are the steps I took:
1. Downloaded the Windows Authentication 3.0.13 module from http://www.tttcompany.com
2. Installed the module.
3. Following the old directions, I first changed the web.config. I uncommented the
<add name="Authentication" type="DotNetNuke.HttpModules.AuthenticationModule, DotNetNuke.HttpModules.Authentication" />
line. I don't think anything else in the old documentation applies for the web.config.
4. Created a new page called Authentication and dropped the Authentication module on it.
5. Configured the module and hit Ok, got "Error: Authentication is currently unavailable"
Are these the correct steps to take so far?