V
Vince
I have a situation where I would like to use forms authentication and
windows authentication combined. Basically, I would like to use a form to
get the user's ID and password, and then validate those against the domain
just like IIS does when using Windows authentication. Also at login time I
would initialize their session variables.
I've seen the FormsAuthentication class, but it says that when you call
Authenticate it validates the credentials against the configured credential
store. How do I configure it so that it validates against the Windows
domain? Or is this the wrong class to use to meet my requirement?
Thanks in advance,
Vince
windows authentication combined. Basically, I would like to use a form to
get the user's ID and password, and then validate those against the domain
just like IIS does when using Windows authentication. Also at login time I
would initialize their session variables.
I've seen the FormsAuthentication class, but it says that when you call
Authenticate it validates the credentials against the configured credential
store. How do I configure it so that it validates against the Windows
domain? Or is this the wrong class to use to meet my requirement?
Thanks in advance,
Vince