umbraco授权问题
我从另一位开发人员那里继承了 umbraco 网站,但遇到了授权问题。尽管我已将授权设置为允许 users="*",但该网站似乎拒绝对匿名用户进行授权。我在 umbraco 还应该做些什么吗?
I inherited an umbraco website from another developer and am having problems with authorization. The website seems to deny authorization to anonymous users even though I have set authorization to allow users="*". Is there something else I should be doing in umbraco?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是文件权限错误。实际目录上的 ACL 受到限制,但它最终改为执行表单身份验证请求。我向每个人授予了文件的权限,这似乎已经解决了问题。
It was file permissions error. The ACL on the actual directory was restricted but it ended up doing a forms authentication request instead. I gave everyone permissions to the files and that seemed to have cleared it up.