umbraco授权问题

发布于 2024-12-07 16:47:55 字数 103 浏览 0 评论 0原文

我从另一位开发人员那里继承了 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 技术交流群。

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

发布评论

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

评论(1

冷心人i 2024-12-14 16:47:55

这是文件权限错误。实际目录上的 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.

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