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 ...problem with DNN in IIS - redirect loopproblem with DNN in IIS - redirect loop
Previous
 
Next
New Post
4/15/2009 5:31 AM
 

Hi,

I checked the IIS server logs, and it is full of these:

 

16:12:08 127.0.0.1 GET /dotnetnuke_2/Default.aspx 302
16:12:08 127.0.0.1 GET /dotnetnuke_2/Default.aspx 302
16:12:09 127.0.0.1 GET /dotnetnuke_2/Default.aspx 302
16:12:09 127.0.0.1 GET /dotnetnuke_2/Default.aspx 302
16:12:09 127.0.0.1 GET /dotnetnuke_2/Default.aspx 302
16:12:09 127.0.0.1 GET /dotnetnuke_2/Default.aspx 302
16:12:09 127.0.0.1 GET /dotnetnuke_2/Default.aspx 302
16:12:09 127.0.0.1 GET /dotnetnuke_2/Default.aspx 302
16:12:09 127.0.0.1 GET /dotnetnuke_2/Default.aspx 302
16:12:09 127.0.0.1 GET /dotnetnuke_2/Default.aspx 302
16:12:09 127.0.0.1 GET /dotnetnuke_2/Default.aspx 302
16:12:09 127.0.0.1 GET /dotnetnuke_2/Default.aspx 302
16:12:09 127.0.0.1 GET /dotnetnuke_2/Default.aspx 302
16:12:09 127.0.0.1 GET /dotnetnuke_2/Default.aspx 302
16:12:09 127.0.0.1 GET /dotnetnuke_2/Default.aspx 302
16:12:09 127.0.0.1 GET /dotnetnuke_2/Default.aspx 302
16:12:09 127.0.0.1 GET /dotnetnuke_2/Default.aspx 302
16:12:09 127.0.0.1 GET /dotnetnuke_2/Default.aspx 302
16:12:09 127.0.0.1 GET /dotnetnuke_2/Default.aspx 302
16:12:09 127.0.0.1 GET /dotnetnuke_2/Default.aspx 302
16:12:09 127.0.0.1 GET /dotnetnuke_2/Default.aspx 302
16:12:09 127.0.0.1 GET /dotnetnuke_2/Default.aspx 302
16:12:09 127.0.0.1 GET /dotnetnuke_2/Default.aspx 302

I have looked at the default.aspx file, but i don't really understand the syntax and cannot see if/how it is indirectly/directly redirecting to itself. 

Here is the contents of the file:

<%@ Page Language="vb" AutoEventWireup="false" Explicit="True" Inherits="DotNetNuke.Framework.DefaultPage" CodeFile="Default.aspx.vb" %>
<%@ Register TagPrefix="dnn" Namespace="DotNetNuke.Common.Controls" Assembly="DotNetNuke" %>
<asp:literal id="skinDocType" runat="server"></asp:literal>
<html <%=xmlns%> <%=LanguageCode%>>
<head id="Head" runat="server">
    <meta id="MetaRefresh" runat="Server" http-equiv="Refresh" name="Refresh" />
    <meta id="MetaDescription" runat="Server" name="DESCRIPTION" />
    <meta id="MetaKeywords" runat="Server" name="KEYWORDS" />
    <meta id="MetaCopyright" runat="Server" name="COPYRIGHT" />
    <meta id="MetaGenerator" runat="Server" name="GENERATOR" />
    <meta id="MetaAuthor" runat="Server" name="AUTHOR" />
    <meta name="RESOURCE-TYPE" content="DOCUMENT" />
    <meta name="DISTRIBUTION" content="GLOBAL" />
    <meta name="ROBOTS" content="INDEX, FOLLOW" />
    <meta name="REVISIT-AFTER" content="1 DAYS" />
    <meta name="RATING" content="GENERAL" />
    <meta http-equiv="PAGE-ENTER" content="RevealTrans(Duration=0,Transition=1)" />
    <style type="text/css" id="StylePlaceholder" runat="server"></style>
    <asp:placeholder id="CSS" runat="server" />
</head>
<body id="Body" runat="server" >
    <noscript></noscript>
    <dnn:form id="form" runat="server" ENCTYPE="multipart/form-data" style="height: 100%;" autocomplete="off">
        <asp:Label ID="SkinError" runat="server" CssClass="NormalRed" Visible="False"></asp:Label>
        <asp:PlaceHolder ID="SkinPlaceHolder" runat="server" />
        <input id="ScrollTop" runat="server" name="ScrollTop" type="hidden" />
        <input id="__dnnVariable" runat="server" name="__dnnVariable" type="hidden" />
    </dnn:form>
</body>
</html>
 

 

Dermot.

 
New Post
4/15/2009 9:02 AM
 

Maybe you have Medium or High Trust level in web.config / IIS (not Full Trust) ??
DNN should work on Medium Trust level but it doesn't by default, one of the symptom of these issue is redirect loop.

Check my blog post for solution - it's easy to fix :
http://it.tmod.pl/Blog/EntryId/135/DotNetNuke-in-Medium-Trust-environment.aspx


Modelski.Tomasz@gmail.com
http://IT.tmod.pl
 
New Post
4/15/2009 9:52 AM
 

The error in your event log seems to indicate that there is an issue with file permissions: "Path '/dotnetnuke_2/admin/Wizards/success.ascx' is forbidden. "

I would suggest making sure that your ASP.NET worker process account (GO-GLOBAL\ASPNET) has modifiy permissions on all of the files in your website.

The fixes for medium trust mentioned may also help.

Hope that helps,


Brian Dukes
Engage Software
St. Louis, MO
866-907-4002
DNN partner specializing in custom, enterprise DNN development.
 
New Post
4/17/2009 12:30 PM
 

Please please please please please x 1000 - log issues like this in support.dotnetnuke.com so they get fixed !!!

So I've logged this one as well..



Alex Shirley


 
New Post
4/26/2009 7:31 PM
 

www.dotnetnuke.com/Community/Forums/tabid/795/forumid/107/threadid/265095/scope/posts/threadpage/4/Default.aspx

The above thread may help. Good luck... and welcome to .NET Framework versioning hell.

 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...problem with DNN in IIS - redirect loopproblem with DNN in IIS - redirect loop


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