Forms Auth and codebehind
From: Mads Jacobsen (mads.jacobsen@pol.dk)
Date: 01/22/03
- Next message: Bear: "AD only gives up group (role) information for SOME users"
- Previous message: Gregor Streng: "Re: Role based Security in ASP.Net"
- Next in thread: Adam Kinney: "Re: Forms Auth and codebehind"
- Reply: Adam Kinney: "Re: Forms Auth and codebehind"
- Reply: Mike Bridge: "Re: Forms Auth and codebehind"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Mads Jacobsen" <mads.jacobsen@pol.dk> Date: Wed, 22 Jan 2003 17:50:39 +0100
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
- Next message: Bear: "AD only gives up group (role) information for SOME users"
- Previous message: Gregor Streng: "Re: Role based Security in ASP.Net"
- Next in thread: Adam Kinney: "Re: Forms Auth and codebehind"
- Reply: Adam Kinney: "Re: Forms Auth and codebehind"
- Reply: Mike Bridge: "Re: Forms Auth and codebehind"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|