I am using AspNetIdentity in this use AspNetIdntityUserService.cs Class
In this we are useing lockout functionality but not working with database
" await userManager.AccessFailedAsync(user.Id);" is a method in this class but not fail count increment in database.
I am using AspNetIdentity in this use AspNetIdntityUserService.cs Class In this we are useing lockout functionality but not working with database " await userManager.AccessFailedAsync(user.Id);" is a method in this class but not fail count increment in database.