FPSE、文件夹权限和 SharePoint Designer
所有,
我们的一些内部用户正在通过 Sharepoint Designer 编辑我们的经典 ASP 站点(不是 SharePoint 站点)之一,我相信它使用了 FrontPage 服务器扩展。
我想授予特定用户对单个文件夹的作者权限 - 即 /products 及其包含的任何项目和文件夹。有什么建议吗?
All,
A few of our internal users are editing one of our classic ASP sites (Not a SharePoint site) via Sharepoint Designer which I believe uses FrontPage Server Extensions.
I would like to give a particular user author rights to a single folder - ie, /products and any items and folders it contains. Any suggestions?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看来 VSS 从通过资源管理器/文件系统设置的权限中获取权限。我在 Web 文件夹和 VSS 数据库文件夹上设置的权限未正确传播,从而导致了问题。
It seems that VSS takes its permissions from those set through explorer/the file system. The permissions I had set on both the web folder and the VSS database folder had not propagated correctly, which caused the problem.