How do I disable the account lockout feature of the SqlMembershipProvider?
The MSDN documentation for the MaxInvalidPasswordAttempts property does not specify how to disable it. If I can't find the correct way to do it I will set the maxInvalidPasswordAttempts attribute to the maximum value of an int which may effectively achieve the same result.
I'm well aware that disabling account lockout isn't the greatest idea but I need to achieve this in the short term.