MembershipProvider.ValidateUser Always Returning False
Working with a legacy authentication system, I was attempting to get a login working for an application hosted locally. I was calling ValidateUser with the correct username and password within our system but noticed I was still getting false back from the method. Here is a list of things I tried & looked for in case this might be your issue:...