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

HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...continuous redirect loop after upgradingcontinuous redirect loop after upgrading
Previous
 
Next
New Post
8/22/2006 2:10 PM
 

I've finally got my users auto logging on without redirect problems and the names are being populated from Active Directory.

My set ups:

DNN 4.3.4. Windows Server 2000 IIS5 (ASPNET), SQL Server 2000 (Intranet Server)
DNN 4.3.4. Windows XP Pro 64Bit IIS6 (Network Service), SQL Server 2000 (Development/Test Server)

I've tried various combinations of settings, and I can only get the thing to work if I set the Anonymous User to a Domain User or Service Account. It seems that, although all servers and users have been set to use Kerberos, it is failing and falling back to NTLM (Our Domain Controller and AD server are on Windows 2000, maybe things will work properly once we upgrade to Windows 2003)

Please bear in mind that the following changes were made after a successful install using forms authentication with hardcoded sql user and password in the database connection string (no access to database by Network Service or ASPNET). 

IIS - DotNetNuke Folder

  • Check Anonymous Access ONLY
  • Edit the Anonymous User and password to be a Domain User with AD access (mydomain_1\myuser)

IIS - Dotnetnuke/Admin/Security/windowssignin.aspx

  • Check Integrated Windows Authentication ONLY 

File Explorer - DotNetNuke Folder

  • Add Domain Users - default permissions (or whatever group is suitable for your situation)
  • Add IUSR account - default permisions

File Explorer - Dotnetnuke/Admin/Security/windowssignin.aspx

  • Add Domain Users - default permissions (or whatever group is suitable for your situation)
  • Remove IUSR Account

In web config:

  • Uncomment Forms Authentication block (if it isn't already)
  • Uncomment impersonation = True
  • Uncomment Authentication httpmodule
  • Comment Windows Authentication block

In services manager:

  • Restart  IIS (The following section failed until i did this)

Go to Admin -> Authentication

  • Authentication: Check
  • Synchronize Roles: Check
  • Provider: ADSI Authentication Provider
  • Authentication Type: Delegation (although it worked no matter what i set this too!)
  • I left all the other fields blank too.
  • Hit Update - I got all four tests to pass, the final test also listed my domain in the form of: mydomain.gov.uk (mydomain_1)

Finally

  • log off
  • clear cookies
  • close browser
  • open browser
  • Point browser at dotetnuke or dotnetnuke/admin/security/windowssignin.aspx
  • hit CTRL+F5 if it don't work first time.

Hey presto no looping/redirecting, My Domain Users are auto logged on, and Other non domain users can register and login in the old fashioned way.

The User table has all the values except  DisplayName pulled from Active Directory. I modified the addUser sql stored procedure to get around this: set @DisplayName = @FirstName + ' ' @LastName

I've Still not got Role Synching working though. According to other posts, I think I've set them up right. My AD Groups are not set to Universal, they are only one word long (no spaces) and in DNN I've set the Roles up with the exact same spellings as in AD e.g A bunch of us are in: Groups --> mydomain_1\Programmers so I called the DNN group mydomain_1\Programmers. Also tried with Programmers and mydomain.gov.uk\Programmers. Yet when logging on for the very first time, our accounts are auto created but we are not put into the DNN Roles.

Anyways enough rambling. I hope this helps someone, and I hope someone can help me with role synch in return ;)

Regards,

Si

 
New Post
8/22/2006 4:42 PM
 

I had the exact same sympton - continuous redirecting after upgrading from 4.0.3 to 4.3.4 despite the upgrade apparently going well.

I found the problem to be in the portal alias table.

For my "host" portal, it was being hosted at www.mydomain.com. But the actual site was in www.mydomain.com/home. I had portal alias's for both the URL and the virtual directory. When I removed the root domain as an alias, leaving only the virtual directory it started working just fine. I've had no other problems.

 
New Post
9/12/2006 6:17 AM
 

I do have the same problem with an upgrade form 3.2.2 to 3.3.4 (running Windows XP ASP.net Framework 1.1, SQL Server 2000, IIS 5.1)

I downloaded the database and all the files from the production server and succeeded to run 3.2.2 locally (so the PortalAlias is adjusted correctly). When I upgrade to 3.3.4 everything seems to go well until I try to Access my Portal. I get stuck in a continuous redirect (localhost/dotnetnuke/default.aspx?alias=localhost/dotnetnuke).

I tried it with 3.3.4_upgrade and 3.3.4_install both with the same result.

Thx in advance.

 
New Post
9/13/2006 9:02 AM
 

I have just tried to upgrade to an earlier version (3.3.1), with the same result. Everything seems te work fine until I try to access my portal. Then I get a continuous redirect. Redirecting to site: http://localhost/Estyle20060906/default.aspx?alias=localhost/estyle20060906

 

Upgrading DotNetNuke
Current Assembly Version: 03.03.01
Current Database Version: 03.02.02
00: - Executing Script: c:\inetpub\wwwroot\Estyle20060906\Providers\DataProviders\SqlDataProvider\Upgrade.SqlDataProvider


Upgrade Status Report
00:00:00.078 - Upgrading to Version: 3.2.3
00:00:04.874 - Upgrading to Version: 3.2.4
00:00:04.937 - Upgrading to Version: 3.2.5
00:00:04.952 - Upgrading to Version: 3.2.6
00:00:04.984 - Upgrading to Version: 3.2.7
00:00:04.999 - Upgrading to Version: 3.3.0
00:00:05.562 - Upgrading to Version: 3.3.1
00:00:05.687 - Performing General Upgrades
Upgrade Complete


Click Here To Access Your Portal

Any suggestions?

 
New Post
9/14/2006 6:28 AM
 

Today I did installed DotNetNuke_3.3.4_install in an empty folder. Unfortunately the same result. In FireFox I get the following message: Redirection limit exceeded.

Again the update seems to run well until I try to access my portal:

Upgrading DotNetNuke
Current Assembly Version: 03.03.04
Current Database Version: 03.02.02
00:00:00.015 - Executing Script: c:\inetpub\wwwroot\Estyle20060906\Providers\DataProviders\SqlDataProvider\Upgrade.SqlDataProvider

 

Upgrade Status Report
00:00:00.140 - Upgrading to Version: 3.2.3
00:00:07.031 - Upgrading to Version: 3.2.4
00:00:07.203 - Upgrading to Version: 3.2.5
00:00:07.218 - Upgrading to Version: 3.2.6
00:00:07.265 - Upgrading to Version: 3.2.7
00:00:07.281 - Upgrading to Version: 3.3.0
00:00:07.328 - Upgrading to Version: 3.3.1
00:00:07.468 - Upgrading to Version: 3.3.2
00:00:07.562 - Upgrading to Version: 3.3.3
00:00:07.750 - Upgrading to Version: 3.3.4
00:00:07.765 - Performing General Upgrades
00:00:09.906 - Installing Module File c:\inetpub\wwwroot\Estyle20060906\Install\Module\Announcements_03.03.04_Install.zip:
00:00:11.843 - Installing Module File c:\inetpub\wwwroot\Estyle20060906\Install\Module\Blog_3.02.00_Install.zip:
00:00:13.312 - Installing Module File c:\inetpub\wwwroot\Estyle20060906\Install\Module\Contacts_3.1_Install.zip:
00:00:13.500 - Installing Module File c:\inetpub\wwwroot\Estyle20060906\Install\Module\Documents_03.01.05_Install.zip:
00:00:13.875 - Installing Module File c:\inetpub\wwwroot\Estyle20060906\Install\Module\Events_3.2_Install.zip:
00:00:15.046 - Installing Module File c:\inetpub\wwwroot\Estyle20060906\Install\Module\FAQs_3.1_Install.zip:
00:00:15.312 - Installing Module File c:\inetpub\wwwroot\Estyle20060906\Install\Module\Feedback_03.02.01_Install.zip:
00:00:15.468 - Installing Module File c:\inetpub\wwwroot\Estyle20060906\Install\Module\Forum_3.20.08_Install.zip:
00:00:17.453 - Installing Module File c:\inetpub\wwwroot\Estyle20060906\Install\Module\Gallery_3.0.12_Install.zip:
00:00:18.640 - Installing Module File c:\inetpub\wwwroot\Estyle20060906\Install\Module\Help_2.0.4_Install.zip:
00:00:19.296 - Installing Module File c:\inetpub\wwwroot\Estyle20060906\Install\Module\HTML_3.3.0_Install.zip:
00:00:19.625 - Installing Module File c:\inetpub\wwwroot\Estyle20060906\Install\Module\IFrame_3.2_Install.zip:
00:00:20.078 - Installing Module File c:\inetpub\wwwroot\Estyle20060906\Install\Module\Links_3.3_Install.zip:
00:00:20.406 - Installing Module File c:\inetpub\wwwroot\Estyle20060906\Install\Module\Media_03.02.02_Install.zip:
00:00:21.406 - Installing Module File c:\inetpub\wwwroot\Estyle20060906\Install\Module\NewsFeeds_3.1.1_Install.zip:
00:00:21.750 - Installing Module File c:\inetpub\wwwroot\Estyle20060906\Install\Module\Repository_3.1.10_Install.zip:
00:00:26.406 - Installing Module File c:\inetpub\wwwroot\Estyle20060906\Install\Module\Store_01.00.01_Install.zip:
00:00:28.922 - Installing Module File c:\inetpub\wwwroot\Estyle20060906\Install\Module\Survey_3.3_Install.zip:
00:00:29.453 - Installing Module File c:\inetpub\wwwroot\Estyle20060906\Install\Module\UserDefinedTable_3.03.03_Install.zip:
00:00:30.375 - Installing Module File c:\inetpub\wwwroot\Estyle20060906\Install\Module\UsersOnline_3.1_Install.zip:
00:00:30.515 - Installing Module File c:\inetpub\wwwroot\Estyle20060906\Install\Module\WhatsNew_3.3_Install.zip:
00:00:30.593 - Installing Module File c:\inetpub\wwwroot\Estyle20060906\Install\Module\XML_3.1_Install.zip:

Upgrade Complete

 

Click Here To Access Your Portal



Any help is appreciated.

 

 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...continuous redirect loop after upgradingcontinuous redirect loop after upgrading


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