Hello, I hope somebody can help me - I would be very thankful.
I am using DotNetNuke Community Edition 5.2.3 and following Problem occured:
I am using Windows Authentication in the web.config with the following Settings (Everything worked fine on MSSQL2003 but not more on MSSQL2008):
<authentication mode="Forms">
<forms name=".DOTNETNUKE" protection="All" timeout="60" cookieless="UseCookies" />
</authentication>
<identity impersonate="false" password="MyPass" userName="BLA\bla"/>
The Problem with this Setting is that I can't Logout the User (When Host comes to Site it will be automatically Logged in) but no Host can Logout. - When I press Logout - it remains logged out and Nobody can log in with the host as a Superuser.
Another thing is that I get following error when I want to download a content in a DataManager-Section that says:
//German: Das verwendete Konto ist ein Arbeitsstationskonto. Bitte verwenden Sie ihr normales Benutzerkonto oder lokales Benutzerkonto, um auf den Server zuzugreifen.
//English: The Account is a WorkingAccount. Please use your normal UserAccount or local UserAccout to access the Server.
Can somebody give me a tip for solving this topic? - I'd appreciate every help.
greets