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 ForumsAuthenticationAuthenticationautologon just not working at all in any version of 4.5autologon just not working at all in any version of 4.5
Previous
 
Next
New Post
12/26/2007 8:58 PM
 

just installed 4.8.0 - and it's the same thing.

With windows authentication, unregistered users endlessly loop when they surf to the site.

very frustrating...

 
New Post
12/27/2007 4:04 PM
 

Are you running the Windows Authentication using Forms Authentication in your web.config? The only time I've been able to recreate the endless loop has been when cookies are turned off.

 
New Post
12/27/2007 6:57 PM
 

 

Cookies are enabled.
The following is from my web.config:

    <!-- Forms or Windows authentication -->
    <!--
    <authentication mode="Forms">
      <forms name=".DOTNETNUKE" protection="All" timeout="60" cookieless="UseCookies" />
    </authentication>
    -->
    <identity impersonate="true"/>
    <authentication mode="Windows">
    </authentication>

 
New Post
12/27/2007 7:18 PM
 

Can you do me a favor and try setting it up like the following:

<!-- Forms or Windows Authentication -->
<authentication mode="Forms">
   <forms name=".DOTNETNUKE" protection"All" timeout-"60" cookieless="UseCookies" />
</authentication>
<identity impersonate="true" userName="DOMAIN\Username" password="password" />
<!-- authentcation mode="Windows"/> -->

You'll have to give the user you define the same rights to your DNN install directory as NETWORK SERVICE has but the user doesn't have to have any special rights to the Active Directory other than read (which domain users normally have by default).

 
New Post
12/27/2007 8:58 PM
 

OK - I tried it.
Seems to work like normal forms authentication. I see no difference with or without the identity tag.
Users can surf to the site and see default pages, and need to use a DNN id/pwd to login.

But I'm not interested in DNN Forms logins.

FYI:
- For Windows authentication: In IIS I am turning OFF anonymous access - ON integrated windows and basic authentication. 
- For Forms authentication: IIS access control seems to have no effect.

 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Provider and Extension ForumsProvider and Extension ForumsAuthenticationAuthenticationautologon just not working at all in any version of 4.5autologon just not working at all in any version of 4.5


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