Hi,
I fixed this problem. I installed all the modules from the install/ path as described earlier in this thread. The modules were already installed by the way, but I think that will fill your table called 'authentication'. Then I looked into this table and did 2 things:
1. Remove the // in the DNN provider. I think that is the 'default' provider you need for a web site and not the Active Directoy provider. I think that might be confusion in this post. I could not login on my website, not using active directory at all. In other post there is a new release for AD present.
2. I put IsEnabled = false for all providers except the DNN provider. And that did the trick.
My settings in the table are (in csv format)
1;127;DNN;1;DesktopModules/AuthenticationServices/DNN/Settings.ascx;DesktopModules/AuthenticationServices/DNN/Login.ascx;
2;139;LiveID;1;DesktopModules/AuthenticationServices/LiveID/Settings.ascx;DesktopModules/AuthenticationServices/LiveID/Login.ascx;DesktopModules/AuthenticationServices/LiveID/Logoff.ascx
3;140;OpenID;1;DesktopModules/AuthenticationServices/OpenID/Settings.ascx;DesktopModules/AuthenticationServices/OpenID/Login.ascx;
4;158;CardSpace;0;DesktopModules/AuthenticationServices/CardSpace/Settings.ascx;DesktopModules/AuthenticationServices/CardSpace/Login.ascx;
5;163;ActiveDirectory;0;DesktopModules/AuthenticationServices/ActiveDirectory/Settings.ascx;DesktopModules/AuthenticationServices/ActiveDirectory/Login.ascx;
The bolded where previously /DNN//Settings.ascx and /DNN//Login.ascx. However, a restart with or without 2 forward slashes doesnot make a difference, it only looks a bit untidy in the table. The 0 in bold where previously 1. Maybe you can also remove them like is state here.
I encounter next problem now: where to manage LiveId and OpenId ? It seems the authentication tab is present for admin, but if clicked it stays empty...and for host I cannot find them?