J
Jeff
hi
asp.net 3.5
I'm working on a website, Which is using SqlMembershipProvider. Users are
stored in the aspnet_Users table, All users in the table is just test
data....
But on the live system I shouldn't use SqlMembershipProvider. Instead I need
authenticate users via a web service (the client has registered users on
another server, and he want my system to check against that database)...
So I thought about using a web service which calls this other server, and
downloads information to my website... then save the information to the
aspnet_Users table because my website will group users into roles..
if possible, then how should it be implemented?
you got an link I can read about this subject?
Best Regards
asp.net 3.5
I'm working on a website, Which is using SqlMembershipProvider. Users are
stored in the aspnet_Users table, All users in the table is just test
data....
But on the live system I shouldn't use SqlMembershipProvider. Instead I need
authenticate users via a web service (the client has registered users on
another server, and he want my system to check against that database)...
So I thought about using a web service which calls this other server, and
downloads information to my website... then save the information to the
aspnet_Users table because my website will group users into roles..
if possible, then how should it be implemented?
you got an link I can read about this subject?
Best Regards