Re: Forms Auth and codebehind

From: Adam Kinney (quemark@hotmail.com)
Date: 01/22/03


From: "Adam Kinney" <quemark@hotmail.com>
Date: Wed, 22 Jan 2003 14:40:45 -0500


Whats the error, or what doesn't work about it?

"Mads Jacobsen" <mads.jacobsen@pol.dk> wrote in message
news:OJFtuYjwCHA.1620@TK2MSFTNGP11...
> Hi,
>
> Does anyone know why I can't use codebehind when trying to use Forms
> authentication?
>
> In my web.config, i have the lines:
>
> <authentication mode="Forms">
> <forms name="Logon" loginUrl="Logon.aspx" />
> </authentication>
>
> <authorization>
> <deny users="?" />
> </authorization>
>
> I'm using VS.NET, and I have never tried having Forms authentication work.
> This time i really have to...
>
> Regards,
> Mads
>
>
>