How can I get / create attemps logs on an ASP.NET site?
Is there a hook that I can use in the form authentication configuration to get this automatically (as opposed to manually saving any record in the database?)
You can use ASP.NET Health Monitoring , you can subscribe to WebAuthenticationSuccessAuditEvent and WebAuthenticationFailureAuditEvent.
If you need more help let me know.
-, , . " -", , .
Source: https://habr.com/ru/post/1723136/More articles:Как я могу использовать jQuery $(document).ready и ASP.NET UpdatePanel вместе? - jqueryWhat is the easiest way to write essays at MLA colleges in LaTeX? - formattingSubversion + Some other VCS (Git, Hg, etc.) In the same working copy - version-controluse random functions (python) - functionWant to script all objects that depend on a SQL Server table - sql-serverAction <> Event Vs Action - c #How to start cxf service on localhost but return external address in wsdl? - javaРешение для оптимального выравнивания 3d полигональной сетки - optimizationКак установить значение в asp.net page_load без использования runat = "server" - c#Setting up emacs environment in windows? - eclipseAll Articles