Membership.ValidateUser methods works on development server but when we publish the same code on IIS it always returns false even if we give valid user credentials.
Please see below code from config:
<add name="membershipProvider" type="System.Web.Security.SqlMembershipProvider, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" connectionStringName="AspMemberShip" applicationName="Service"/>
I have also seen few posts on this but none of them helped me, any help is appreciated!