Hi
I needed to rewrite lots of asp.net membership stuff since it did not meet my needs. So in my custom verify method I check their passwords if it fails. I grab the aspnet_membership maxInvalidPasswordAttempts column and add 1 to it.
So in my web.config I set it to 10. So I want to grab the value from the web.config and compare to what the user has. How can I do this?
Also I guess when I do this compare in the if statement I would lock the user out?