true if the supplied user name and password are valid; otherwise, false.
Membership.ValidateUser(string, string) provides an easy way to verify a user name and password from the data source. Note that, if the username parameter is empty or null, an System.Web.HttpException is thrown.