Re: Multi Authentication Forms

From: VV (VV_at_zg.htnet.hr)
Date: 07/21/05


Date: Thu, 21 Jul 2005 14:52:07 +0200

You should consider using roles in your program authorization module.

http://dotnetjunkies.com/WebLog/richard.dudley/articles/18204.aspx

Sorry on my French ;)

VV

"Nicolas Joly" <njoly@dpsgroup.com> wrote in message
news:unGTkrdjFHA.3960@TK2MSFTNGP12.phx.gbl...
> Hello,
>
> I have a web site with :
> - A Private Press Area
> - A Back-Office
>
> For the BOffice, i used : Authentication Mode Forms, to a form with cookie
> and ticket.
> And used a web.config avec deny users pour le repertoire de BackOffice
>
> Je souhaiterais utilisé la même formule pour mon Espace Presse, mais avec
> un
> autre Formulaire d'identification !
>
> Est-il possible d'avoir des Multiples <authentication> ????
>
> Nicolas !!!
>
>