Forms authentication

From: Andreas Birreck (Andreas.Birreck@edv-birreck.de)
Date: 08/22/02


From: Andreas.Birreck@edv-birreck.de (Andreas Birreck)
Date: 22 Aug 2002 03:01:47 -0700


Hi,

I´ve got a problem with forms authentication in my asp .net
application (C#).
I authenticate users against our pop - mail server. if the result is
"+OK...", the user is authenticated and I do

FormsAuthentication.RedirectFromLoginPage(txtUser.Text, false);

on my LoginPage.

My web.config look´s like this:

<authentication mode="Forms">
                        <forms loginUrl="UrlaubLogin.aspx" protection="All"
name=".ASPXCOOKIEAUTH"></forms>
                </authentication>
                <authorization>
                        <deny users="?" />
                </authorization>

If the user then clicks a button he will not be redirected to the
requesting page. Nothing happens...

Has anyone an idea?

With best regards,

Andreas Birreck


Quantcast