A
Allen Anderson
I've been reading a lot of articles on how to setup role based login
and I don't quite get how it all comes together.
What I want, is to be able to validate users against my database and
allow them access to files/pages based on their user group (also in my
own database).
From what I've seen so far, I need to setup user types that are
actually groups to be impersonated in the web config file. Then
authenticate a user to my database first then run formsauthenticate
against built in authentication???
Once I authenticate them against my database I also need to remember
who they were/authenticated as. How do I do all this?
thanks
and I don't quite get how it all comes together.
What I want, is to be able to validate users against my database and
allow them access to files/pages based on their user group (also in my
own database).
From what I've seen so far, I need to setup user types that are
actually groups to be impersonated in the web config file. Then
authenticate a user to my database first then run formsauthenticate
against built in authentication???
Once I authenticate them against my database I also need to remember
who they were/authenticated as. How do I do all this?
thanks