Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeDNN Open Source...DNN Open Source...Provider and Extension ForumsProvider and Extension ForumsAuthenticationAuthenticationADSIAuthentication Provider ProblemsADSIAuthentication Provider Problems
Previous
 
Next
New Post
10/16/2010 11:13 AM
 
What OS is the server running? Also did you give the user permission to the ASPNET Temporary files?
 
New Post
10/16/2010 12:48 PM
 
Windows Server 2003. I gave permissionsto the ASPNET Temporary files and that cleared the last error. The site comes up now for a user who is already logged in (but they cannot log out). Unfortunately, for a user who is not logged in and uses this link to get to the site:

http://<DotNetNuke_Install>/DesktopModules/AuthenticationServices/ActiveDirectory/WindowsSignin.aspx

They get a Windows log in prompt. When they attempt to log in (using the format - domainname\username) the screen does not bring up the site but flashes between "waiting for servername" to "redirecting to site..." but the site does not come up.
 
New Post
10/16/2010 5:29 PM
 
Okay, we're getting closer. To get rid of the prompt the site has to be either in the Intranet or Trusted Sites list. In a domain this can be set via GPO so you don't have to go to each system individually. When you say a user can't log out... what happens when they try to? Did you leave the authentication in the web.config set to Windows or did you change it back to Forms?
 
New Post
10/16/2010 5:37 PM
 
I checked and the site (our Intranet) is in the Trusted Sites List (also per the documentation you pointed me to).

When the user tries to log out they're taken back to the same page they were on and auto-logged in. Basically, the page just does a refresh and the user is never given the option to log out as they are not logged out.

Here's the authentication portion of my web.config:

<!-- Forms or Windows authentication -->

  <!-- <authentication mode="Forms">
      <forms name=".DOTNETNUKE" protection="All" timeout="60" cookieless="UseCookies"/>
    </authentication> -->
   
     <identity impersonate="true" userName="DomainName\DNNAccount" password="AccountPassword" />
    <authentication mode="Windows">
    </authentication>

Thanks again for all your help.



 
New Post
10/16/2010 6:07 PM
 
Try un-commenting the Forms section (what you have commented out right now) and commenting out the windows section so that it looks like this...

<!-- Forms or Windows authentication -->

  <authentication mode="Forms">
      <forms name=".DOTNETNUKE" protection="All" timeout="60" cookieless="UseCookies"/>
    </authentication>
   
     <identity impersonate="true" userName="DomainName\DNNAccount" password="AccountPassword" />
   <!--  <authentication mode="Windows">
    </authentication> -->

 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Provider and Extension ForumsProvider and Extension ForumsAuthenticationAuthenticationADSIAuthentication Provider ProblemsADSIAuthentication Provider Problems


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out