Hello, hopefully someone will be able to help me.
I have spent the morning upgrading from a DNN site I have inherited. It started out on version 04.09.05
I used the recommended upgrade path to get it all the way up to 06.02.08, with very little problems.
Now I'm trying the final hurdle of getting it to 07.03.02.
I overcame a couple of issues that were stopping me from even getting to and past the InstallWizard;
- Changing the AppPool from version 2 to version 4 of .NET Framework
- Removing the contents (not folder) of the App_Code/XML folder
- Removing all .Zip files that are in the Install/* Subfolders.
So I have managed to get to the installWizard, and it has gone through the process of upgrading, and allows me to "Visit Site"
When I click this, I am presented with the "This page has a redirect loop" Error.
I know that the normal port of call for this error is the "PortalAlias" table. But I don't believe this to be the source of the problem as;
- I set this up correctly at the beginning of the upgrade process and has worked correctly throughout.
- I can still visit localhost/Install/UpgradeWizard.aspx
- I can visit http://localhost/logo.gif
I have done a number of "basic" things to try and get this site back
- Restarted appPool
- Restarted IIS
- Added Another IP address, rather than localhost. Still get redirect loop
Any help would be greatly appreciated