ASP.NET Web 应用程序无法识别用户身份

发布于 2024-09-16 14:49:28 字数 204 浏览 3 评论 0原文

我们有一个 Web 应用程序,它使用 System.Web.UI.Page.User.Identity 来确定当前用户是谁。我们遇到间歇性问题,无法识别用户(他们的身份为空或为空)。匿名身份验证已禁用,因此我不知道他们如何在不识别他们身份的情况下完全访问 Web 应用程序。这种情况大约每月发生一次,持续半天,然后它会自行修复。所以确实很难诊断,但我真的很想找出问题所在。有什么建议吗?谢谢你!

We have a web application and it uses System.Web.UI.Page.User.Identity to determine who the current user is. We are experiencing an intermittent problem, where a user is not recognized (their identity is blank or empty). Anonymous authentication is disabled so I don't see how they can fully access the web application without it recognizing who they are. This happens like once a month for half a day, and then it fixes itself. So it's really hard to diagnose but I would really like to track down the issue. Any suggestions? Thank you!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

贪了杯 2024-09-23 14:49:28

确保您已关闭匿名身份验证&为 IIS 中的应用程序启用 Windows 身份验证。

Make sure you have anonymous authentication turned off & windows authentication enabled for the application in IIS.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文