Dear Microsoft ASP.NET,
I've created multiple webform projects use ASP.NET's default login mechanisms, which are linked to the SQL Server tables (these are by default: dbo.AspNetRoles/dbo.AspNetUserClaims/dbo.AspNetUserLogins/dbo.AspNetUserRoles/dbo.AspNetUers)
I created account from the webform project and distributed roles through SQL Server.
The problem (nightmare) now is that once in a while users cannot login to the server at all, and are being blocked out at the login view or redirected to the home page. There isn't any error or breakdown, but can be solved very temporarily by restarting the website through IIS.
I've tried to research but rarely anyone mentioned the problem, I think there's something wrong with the way I deal with the ASP.NET security system?
Much Appreciated for all help.
Best regards,
Jonathan