Windows Authentification And list of users in database
From: Tom Johnson (TomJohnson_at_usa.net)
Date: 06/23/03
- Next message: Scott: "Re: Access is denied"
- Previous message: Tom Vogel: "Re: authorization element in web.config"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Mon, 23 Jun 2003 12:25:23 -0700
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 the 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 user can be store in web.config
but i need a dynamic list of user.
thanks... and have a nice day
- Next message: Scott: "Re: Access is denied"
- Previous message: Tom Vogel: "Re: authorization element in web.config"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|