Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 3 of 3

Thread: Login Redirection 404

  1. #1
    cjbarth is offline Senior Member
    Join Date
    Oct 2008
    Posts
    392

    Question Login Redirection 404

    When I try to login to ASPDNSF version 8.0.1.2 I get a 404 error. The page I'm redirected to is:

    http://aspdnsf-test/default.aspx,%20...=/default.aspx

    Any idea what the problem may be?

    Chris

  2. #2
    cjbarth is offline Senior Member
    Join Date
    Oct 2008
    Posts
    392

    Lightbulb

    I find that if I replace the line in signin.aspx.vb:

    Response.AddHeader("REFRESH", "1; URL=" & Server.UrlDecode(sReturnURL))

    with this line:

    Response.Redirect(Server.UrlDecode(sReturnURL))

    everything works fine. Clearly this isn't the proper solution, but it is working for now, so at least I have a work-around until I hear from someone that knows what's going on, or even has any ideas.

    Thanks.

    Chris

  3. #3
    John Reasons is offline Senior Member
    Join Date
    Oct 2009
    Posts
    119

    Default

    Chris this is a known issue with the VB version. Please submit a support ticket and they can get the fix out to you.