Membership.ValidateUser always returns false after upgrade to VS 2010 / .NET 4.0
Posted
by nw
on Stack Overflow
See other posts from Stack Overflow
or by nw
Published on 2010-04-28T13:51:44Z
Indexed on
2010/04/28
19:07 UTC
Read the original article
Hit count: 272
Not sure whether this pertains to VS 2010 or to the upgraded framework, but... we are using the Oracle membership provider to authenticate users. Prior to the upgrade everything worked fine, but now Membership.ValidateUser(user, password)
returns false
despite valid credentials. There is no exception thrown, so it's hard to determine what the problem might be. The website administration tool in VS 2010 is still able to manage users and roles (more or less), so I have no reason to question connectivity. What might the problem be?
© Stack Overflow or respective owner