Problemes with Authentication

From: Mattias Geisler (mattias_at_databorgen.se)
Date: 06/11/03

  • Next message: silvano: "Help (Page Cannot be Displayed)"
    Date: Wed, 11 Jun 2003 11:33:03 +0200
    
    

    Hi All!

    I've just upgraded to VS 2003 and suddenly my loginpage won't redirect using
    FormsAuthentication.RedirectFromLoginPage(strUser, False)

    It worked perfect befor I did the upgrade. Does anyone know if ther is any
    thing that has changed? I installed the SDK for .Net 1.1 and looked at the
    examples and they looked just the same...

    My web.config looks like this
    <authentication mode="Forms">

            <forms name=".VisCA_Authenticate"

                    loginUrl="../test_VS_2003/webForm2.aspx"

                    protection="All"

                    timeout="60">

            </forms>

    </authentication>

    <authorization>

            <deny users="?" />

    </authorization>

    I just don't understand why it won't work...

    Best Regards
    Mattias Geisler


  • Next message: silvano: "Help (Page Cannot be Displayed)"

    Relevant Pages