IIS 7.0 - 每个站点突然将根请求重定向到表单身份验证
突然间,IIS 7.0 将对主机上托管的任何域的根的每个请求重定向到 ~/Account/Logon,这是我们的表单身份验证重定向。此外,一些 JavaScript 和图像请求也被类似地重定向,但其他 aspx 页面则不然。
这是不可取的。没有人会承认改变了任何事情。
有什么想法吗?
编辑:事实证明磁盘权限出了问题。谁能告诉我 Windows Server 2008 中标准 ASP.Net 安装的情况应该如何?磁盘权限现在不正常了。
Suddenly, IIS 7.0 is redirecting every request for the root of any domain hosted on the box to ~/Account/Logon, which is our Forms Authentication redirect. Additionally, some JavaScript and image requests are being similarly redirected, but not other aspx pages.
This is not desirable. Nobody will admit to changing anything.
Any ideas?
EDIT: It turns out that something has gone wrong with the disk permissions. Can anyone point me to the way things are supposed to be in Windows Server 2008 for a standard ASP.Net installation? The disk permissions are out of whack now.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有人在你的 web.config 中拒绝了 Anonymous 吗?
Did somebody deny Anonymous in your web.config?