J
Jeff
hi
asp.net 3.5
I'm wondering how to implement a custom authenication process.
When the user loggs in I have to check if that user exists in another
datasystem, if he exists then update the database with information about
that user and authenticate the user....
I thought Membership.ValidateUser did the trick but it only validates the
username and passwords...
what method do I need to invoke for it to authenticate the user?
protected void Login1_Authenticate(object sender, AuthenticateEventArgs e)
{
}
asp.net 3.5
I'm wondering how to implement a custom authenication process.
When the user loggs in I have to check if that user exists in another
datasystem, if he exists then update the database with information about
that user and authenticate the user....
I thought Membership.ValidateUser did the trick but it only validates the
username and passwords...
what method do I need to invoke for it to authenticate the user?
protected void Login1_Authenticate(object sender, AuthenticateEventArgs e)
{
}