Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我实现了 Web 应用程序(C#、ASP.NET),该应用程序根据客户需求使用 Windows 或表单身份验证。现在,我需要一种在用户登录后执行自定义代码的方法。代码只能执行一次,并且应该适用于两种类型的身份验证。它不需要在同一个地方,但它必须在成功验证后执行。
谢谢。
您可以在 Global.asax 中处理 FormsAuthentication_OnAuthenticate
处理表单身份验证事件
我确信 ASP.NET 提供OnAuthenticated事件。
OnAuthenticated