Re: Beginners question: Form based authentication
From: Oliver Kharraz (nospam_at_gmx.net)
Date: 05/23/04
- Next message: Veronica Jacobs: "IPrincipal"
- Previous message: Eric Marvets: "Re: Beginners question: Form based authentication"
- In reply to: Eric Marvets: "Re: Beginners question: Form based authentication"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Sun, 23 May 2004 22:00:06 +0200
Works perfectly!
Thank you,
Oliver
"Eric Marvets" <ericm@bangproject.com> wrote in message
news:uP%23NMmOQEHA.3988@tk2msftngp13.phx.gbl...
> Choose whichever section will have more pages. For that section, set up
the
> config file as you normally would. After the normal '</system.web>' add
the
> following for each page:
>
> <location path="Logon.aspx">
> <system.web>
> <authorization>
> <allow users="?"/>
> </authorization>
> </system.web>
> </location>
>
> In there, you can specify all the <system.web> settings again for that
page.
>
> It is better to configure this by directory, as setting up a <location>
for
> a number of pages can be difficult to maintain, vs. one web.config file
per
> subdirectory.
>
> --
> Eric Marvets
> Principal Consultant
>
> the bang project
>
> <shameless self promotion>
>
> Email sales@bangproject.com for Information on Our Architecture and
> Mentoring Services
>
> </shameless self promotion>
>
>
- Next message: Veronica Jacobs: "IPrincipal"
- Previous message: Eric Marvets: "Re: Beginners question: Form based authentication"
- In reply to: Eric Marvets: "Re: Beginners question: Form based authentication"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|