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

HomeHomeUsing DNN Platf...Using DNN Platf...Upgrading DNN P...Upgrading DNN P...Upgrade to 5.6 aok - But Default Domain Name IssueUpgrade to 5.6 aok - But Default Domain Name Issue
Previous
 
Next
New Post
1/5/2011 4:06 AM
 
We upgraded our 5.4 install to 5.6 with no issues, running on IIS7 and .NET Framework 3.5.  Before the upgrade I installed .NET Framework 4 and all the necessary web.config entries appear to exist.  When I switch the framework version in IIS to 4 we begin encountering this error immediately, but switching back to 3.5 (by selecting 2.0 in IIS 7) brings us back to operation again.

We would really like to be on the 4.0 Framework for module development.
 
New Post
1/10/2011 4:37 AM
 
Hi,
Do check another post on an issue with the web.config not being changed correctly to the runtime version. Search for preCondition="integratedMode,runtimeVersionv4.0" instead of versionv2.0 .
J.
 
New Post
1/10/2011 1:04 PM
 
J

I'm experiencing the same error and noticed that when "/default.aspx" is added to the URL it works just fine.

Would you mind explaining how you did the redirect?

Thank you!


Josh
 
New Post
1/10/2011 5:38 PM
 
I may have answered my own question, at least partially...

I ended up editing the ErrorPage.aspx file to include the text between the </form> and </body> tags:
     </form>
    <script runat="server">    
        Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
            Response.Redirect("~/Default.aspx", true)
        End Sub
    </script>
</body>

This works, it redirects me back to the site home page but I am  a bit concerned about sending the browser into an infinite redirect.

I tried this code:
        Protected Overrides Sub OnInit(e As EventArgs)
            If Session("ErrorPage").ToString() Is Nothing Then
                Session("ErrorPage") = "1"
                Response.Redirect("~Default.aspx", True)
            ElseIf Convert.ToInt32(CType(Session("ErrorPage"), String)) < 4 Then
                Session("ErrorPage") = CType(Convert.ToInt32(CType(Session("ErrorPage"), String)) + 1, String)
                Response.Redirect("~Default.aspx", True)
            Else
                Response.Write("too many errors")
            End If
        End Sub
(VB is not my strongest language, any pointers are welcome)
But I get an error about "Session state can only be used when enableSessionState is set to true..."

Any insight or suggestions are welcome.

I also read a new post here: http://www.dotnetnuke.com/Resources/F... that says as long as 5.6.1 passes QA it will be released next week, anyone aware if this will include a fix for this particular bug?

Thanks again!


Josh
 
New Post
1/21/2011 6:13 AM
 
Any update on this.. Upgraded to 5.6.1 in hope.. and same error.. default domain name gets DNN errror, adding default.aspx or home.aspx and all is aok..

THIS NEEDS TO BE RESOLVED.

Any help appreciated.
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Upgrading DNN P...Upgrading DNN P...Upgrade to 5.6 aok - But Default Domain Name IssueUpgrade to 5.6 aok - But Default Domain Name Issue


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