“安全”问题 和 ASP.NET 路由引擎
我正在开发一个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否已将 web.config 设置为使用 IIS7?
有关如何解决问题的更多详细信息,请参阅此处。
Have you set up your web.config to use IIS7?
See here for more details on how to fix your issue.