Re: Windows Authentification against a list of users
From: Michael Giagnocavo [MVP] (mggUNSPAM_at_Atrevido.net)
Date: 06/26/03
- Next message: Michael Pucher: "Re: Code Group Security policy deployment"
- Previous message: andrew: "Re: xslt file with c# script."
- In reply to: tom johnson: "Windows Authentification against a list of users"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Wed, 25 Jun 2003 23:11:52 -0600
Have you looked at the events you can handle in the Global.asax file?
I think there is one like OnAuthenticate that might be of interest.
-mike
MVP
"tom johnson" <tom@usa.net> wrote in message
news:eHlXojeODHA.2228@tk2msftngp13.phx.gbl...
> Hello all,
>
> i'm sure i'm not the only one that what to do that.
> I want to use windows authentification for validate the
> user password but i wan't to check if the user is a valid
> user in my database.
>
> so i have this piece of code in my web.config
> <authentication mode="Windows" />
> <authorization>
> <deny users="?" />
> <allow users="*" />
> </authorization>
>
> but for the validation against the db... i just don't know.
>
> can somebody give me a hint for the validation in db.
> Just the where and how.... (for validation.. not for
> access to db)
>
> I know that the list of users can be store in web.config
> but i need a dynamic list of user so I store it in the db
>
> thanks... and have a nice day
>
>
- Next message: Michael Pucher: "Re: Code Group Security policy deployment"
- Previous message: andrew: "Re: xslt file with c# script."
- In reply to: tom johnson: "Windows Authentification against a list of users"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|