Why does Membership.ValidateUser() always return false?
问题 I have an ASP.NET 2010 app. When I go through the registraiton process, I correctly get logged in. However, if I just try to log in later, ValidateUser always returns false' blnSuccess = Membership.ValidateUser(strUserName, strPassword) I've stepped through to ensure the correct username & password are being sent in and that this person is in the db (Express). Here's my Web.Config....All just regular stuff. <connectionStrings> <add name="ApplicationServices" connectionString="data source=.