“安全”问题 和 ASP.NET 路由引擎

发布于 2024-07-24 17:52:20 字数 231 浏览 4 评论 0原文

我正在开发一个 ASP.NET Web 应用程序,并希望使用 ASP.NET 路由引擎 (System.Web.Routing)。

我的应用程序在 Cassini 中运行良好,但是当我在 IIS7(当然是集成应用程序池)中启动它时,我总是在这一行收到错误:

User.Identity.IsAuthenticated

这可能是什么原因? 有什么解决方法吗?

I´m developing an ASP.NET Web Application and want to use the ASP.NET Routing Engine (System.Web.Routing) with it.

My Application works fine in Cassini, but when I start it in IIS7 (Integrated Application Pool, of course) I always get an error on this line:

User.Identity.IsAuthenticated

What could be the reason for this? Is there any workaround?

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

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

发布评论

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

评论(1

明月夜 2024-07-31 17:52:20

您是否已将 web.config 设置为使用 IIS7?

有关如何解决问题的更多详细信息,请参阅此处

Have you set up your web.config to use IIS7?

See here for more details on how to fix your issue.

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