ASP.NET Web 应用程序无法识别用户身份
我们有一个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
确保您已关闭匿名身份验证&为 IIS 中的应用程序启用 Windows 身份验证。
Make sure you have anonymous authentication turned off & windows authentication enabled for the application in IIS.