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 ...Install Successful, then constant redirects on initial Default.aspxInstall Successful, then constant redirects on initial Default.aspx
Previous
 
Next
New Post
10/17/2008 1:55 PM
 

 

Hi,

I'm wondering if anyone can help me resolve this installation.  I'm a vb.net developer but have not done much ASP.NET, and I've never done a DNN install before.

I installed the Source version (latest version as of this date, 4.09.00) on IIS 5.0 on a Windows 2000 Server SP4 w/ SQL Server 2005 developer.  I configured the connectionString correctly, everywhere and set account and directory permissions.  I created a new database in SQL 2005 for DNN.  DNN seems to have installed itself fine on there (tables, procedures, etc).

For installing, I first hit the web site (which I called "monkeydata") and I got the installation procedure where I choose installations options, selected which modules to install, verified the database connection, etc.  I got to the very end where it said everything was not installed and ready.  The link at the bottom of the page was supposed to take me to the new site.

At that point, IIS on the server maxes out the CPU.  I looked at the system32\LogFiles\W3CSVC1 folder and find the following in the logs:

2008-10-17 16:53:51 192.168.1.126 - 192.168.1.126 80 GET /monkeydata/ - 302 Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.0;+.NET+CLR+1.1.4322;+.NET+CLR+2.0.50727)
2008-10-17 16:53:51 192.168.1.126 - 192.168.1.126 80 GET /monkeydata/Default.aspx - 302 Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.0;+.NET+CLR+1.1.4322;+.NET+CLR+2.0.50727)
2008-10-17 16:53:52 192.168.1.126 - 192.168.1.126 80 GET /MonkeyData/Default.aspx tabid=36 302 Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.0;+.NET+CLR+1.1.4322;+.NET+CLR+2.0.50727)
2008-10-17 16:53:52 192.168.1.126 - 192.168.1.126 80 GET /MonkeyData/Default.aspx tabid=36 302 Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.0;+.NET+CLR+1.1.4322;+.NET+CLR+2.0.50727)
... REPEATED AD NAUSEUM ...

At this point, there is simply a CONSTANT REDIRECT to go to /MonkeyData/Default.aspx tabid=36.  The last two lines above are repeated over and over.  It seems to be stuck in a loop, redirecting as fast as it can (about 12-14 times a second), which is why the IIS process is suddenly maxing out the cpu.  (BTW, this is installed on a virtual machine in MS Virtual PC 2007 SP1).

I looked in the database, and there's a "MonkeyData" in dnn_Portals (PortalId=0) and in dnn_Tabs there is a tabid 36 which is the "Home" tab.

It looks like Default.aspx.vb InitializePage() is causing the redirect, but not sure why it constantly repeats itself.

Any ideas?

Thanks,
// CHRIS

 

 

 
New Post
10/17/2008 2:51 PM
 

Chris,

restart IIS and retry.


Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
10/19/2008 9:41 PM
 

You know your website is cool, so why not let your users help you by spreading the word on social networking sites - get the DotNetNuke Social Bookmarks Module with 57 different ways to add social bookmarks to your site ... or download the FREE demo right now
 
New Post
10/30/2008 11:42 AM
 

I just upgraded from 4.3.7 to 4.9, everything seemd to go well. I too now have the redirect back to the home page looping. I followed the advice from JK installed the AJAX 1.0 extensions etc..., found another post that said system.web.extensions should only be present in the GAC and not in bin, so I tried removing it from bin also, still no luck, redirecting just the same. Also tried changing to Full trust, no difference... Reset file permissions for my directory and all children, no difference...

2008-10-30 15:11:34 W3SVC1330374237 127.0.0.1 GET /Default.aspx alias=localhost 80 - 127.0.0.1 Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.2;+SV1;+.NET+CLR+1.1.4322;+.NET+CLR+2.0.50727;+.NET+CLR+3.0.04506.30) 302 0 0
2008-10-30 15:11:34 W3SVC1330374237 127.0.0.1 GET /Default.aspx alias=localhost 80 - 127.0.0.1 Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.2;+SV1;+.NET+CLR+1.1.4322;+.NET+CLR+2.0.50727;+.NET+CLR+3.0.04506.30) 302 0 0
2008-10-30 15:11:34 W3SVC1330374237 127.0.0.1 GET /Default.aspx alias=localhost 80 - 127.0.0.1 Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.2;+SV1;+.NET+CLR+1.1.4322;+.NET+CLR+2.0.50727;+.NET+CLR+3.0.04506.30) 302 0 0
 

 
New Post
7/29/2010 9:36 AM
 
I know this is an old post but there are still people upgrading to 4.9.x who do not want to upgrade to 5.x yet.  So if you are one of those people and you run into this redirect issue that is reported in this post. you need to...
  1. Remove the System.Web.Extensions from your Bin folder
  2. Open your web.config in Windows Notepad and search for "System.Web.Extensions, Version=1.0.61025.0" and replace it with "System.Web.Extensions, Version=3.5.0.0"
  3. That should fix it.  If not, also add an AssemblyBinding to your web.config that will point all references to System.Web.Extensions 1.x to 3.5.0.0

 



Professional DNN Extensions, custom solutions and mobile apps since 2003.
www.OnyakTech.com
 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...Install Successful, then constant redirects on initial Default.aspxInstall Successful, then constant redirects on initial Default.aspx


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