Authenticating against a user/pwd list on another server?

From: Kevin Yu (kyu@nrcan.gc.ca)
Date: 10/17/02


From: "Kevin Yu" <kyu@nrcan.gc.ca>
Date: Wed, 16 Oct 2002 16:12:35 -0600


I have previously post another thread about this, the title is"
Authenticating users on BDC", but the description of my problem is little
confusing, so here
I will just make it clear.

I have a asp.net project working fine with windows authentication, but the
user/pwd list is on the same machine with the asp.net server. what I want to
do is when user login(windows integrated authentication mode), the
authenticating process should get the user name and password and validate
them against the user
list on another computer/server. how can I go about and do that? (hosting
the asp.net app on another computer/server is not an option)

thanks

Kevin



Relevant Pages