.Net Framework ValidateUser authentication problems after lots of it
I am usign Membership.ValidateUser(model.UserName, model.Password)) in a app web .net Framework 4.7.1 c# to validate domain users. I only check that the user and password is correct, nothing else.