Sharepoint 2010 中单一匿名访问 aspx 的问题

发布于 2024-12-09 05:10:06 字数 187 浏览 0 评论 0原文

我有一个已经可以使用匿名 Access 的 SharePoint 项目。现在我添加了一个用于流式传输图像的 aspx 页面。该 aspx-page 已添加到虚拟目录中 布局\

每当我尝试访问该 aspx 文件时,即使用户可查看的所有其他页面都可以在匿名访问下正常工作,Sharepoint 也不允许匿名访问该页面。有什么办法可以改变这种行为吗?

I got a SharePoint Project which already works with anonymous Access. Now I added an aspx-page which is used for streaming images. That aspx-page is added into a virtual directory
Layouts\

Whenever I try to access that aspx-file Sharepoint does not allow anonymous access to that page even though all other pages viewable by the user work fine with anonymous access. Is there any way to change this behaviour?

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

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

发布评论

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

评论(1

苏别ゝ 2024-12-16 05:10:06

必须满足两个要求:

  1. 页面需要继承类 UnsecuredLayoutsPageBase
  2. 属性AllowAnonymousAccess 需要被重写才能返回 真实。

Two requirements must be met:

  1. the page needs to inherit from the class UnsecuredLayoutsPageBase,
  2. the property AllowAnonymousAccess needs to be overridden to return true.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文