Hi
Recently I have created one ASP.NET application having Form Authentication and it is Validating the user against Active Directory membership provider. It was working fine and was validating the user properly against Active directory, but few days back new user was registered in Active directory, that user is able to log in to his machine properly but when he provide his credentials to login page it is not able to Validate that User and if (Membership.ValidateUser(UsernameTextbox.Text, PasswordTextbox.Text)) is returning False. How to solve this issue? Do I have to check some setting in Active Directory for that User?
Please help me
Go to the complete details ...