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 ...4.8.4 Installation problem - Install version works but not source version.4.8.4 Installation problem - Install version works but not source version.
Previous
 
Next
New Post
6/23/2008 12:56 AM
 

Hi All,

I seem to have the installation problem getting the source vesion to work.  After the installation wizard configured everything (all configured successfully), then the homepage is failed to load.  From firefox, this is the error I got.  From IE, it just keeps loading forever.

Redirect Loop
Firefox has detected that the server is redirecting the request for this address in a way that will never complete.
The browser has stopped trying to retrieve the requested item. The site is redirecting the request in a way that will never complete.

    * Have you disabled or blocked cookies required by this site?
    * NOTE: If accepting the site's cookies does not resolve the problem, it is likely a server configuration issue and not your computer.

 

However, the Install version works fine for me.  Please help.  Thanks in advance.

 
New Post
6/23/2008 8:00 AM
 

Hey Kevin,

I suspect when you are setting up the source version you are using the development.config? If so, comment out the trust declaration (the section that declares that the app shall run in medium trust) and you should see your error message clear up. In the install version (or if you're using the release.config) this section is commented out already, but in the development.config it is explicitly declared as to mimic common hosting environments.

If that's not the problem, let us know!

Take care,

Ian


Software Engineer
Co-Founder, dnnGallery
Stack Overflow: Ian Robinson
Twitter: @irobinson
Linked In: Ian Robinson
 
New Post
6/23/2008 11:13 AM
 

Yes, I was using the development.config.  When I was using the release.config it works.  But since you point me to the right direction, I got it to work.  Thanks alot and your help is appreciated.

 
New Post
6/23/2008 12:40 PM
 

Hey Kevin,

You're welcome - I've meant to spend some time to figure out what the exact reason (i know the "what" - but i still am unclear on the "why") but have not yet done so.

Anyone else out there know why this is happening? It certainly depends on the configuration of the machine you are using (sometimes its a problem, sometimes its not..) but other than that....

Take care,

Ian


Software Engineer
Co-Founder, dnnGallery
Stack Overflow: Ian Robinson
Twitter: @irobinson
Linked In: Ian Robinson
 
New Post
8/4/2008 10:37 AM
 

Hi,

I have same problem:
1. Upgraded from version 4.5.5 source to 4.8.4 install version.
2. However, the application keeps on redirecting in the default.aspx like: <domainname>/default.aspx?alias=<domainname>|
3. I would like to debug my own modules so I am not sure to take the development.config or the release.config. ?

Does anybody know how to get rid of this problem?

Any help appreciated.

 

Sub

Page_Load(ByVal sender As Object, ByVal e As EventArgs)Dim DomainName As String

 

Dim ServerPath As String

 

Dim URL() As String

 

Dim intURL As Integer

 

' parse the Request URL into a Domain Name token

URL = Split(Request.Url.ToString(),

 

 

 

"/")For intURL = 2 To URL.GetUpperBound(0)Select Case URL(intURL).ToLowerCase "admin", "desktopmodules", "mobilemodules", "premiummodules"

 

Exit For

 

Case Else

 

' check if filename

 

If InStr(1, URL(intURL), ".aspx") = 0 Then

DomainName = DomainName & IIf(DomainName <>

 

"", "/", "") & URL(intURL)Else

 

Exit For

 

End If

 

End Select

 

 

Next intURL' format the Request.ApplicationPath

ServerPath = Request.ApplicationPath

 

If Mid(ServerPath, Len(ServerPath), 1) <> "/" Then

ServerPath = ServerPath &

"/"

 

End If

DomainName = ServerPath &

Response.Redirect(DomainName,

 

 

"Default.aspx?alias=" & DomainNameTrue)End Sub

 

 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...4.8.4 Installation problem - Install version works but not source version.4.8.4 Installation problem - Install version works but not source version.


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