SharePoint Web 部件不向网站读者显示
我构建了一个自定义 SharePoint 2010 Web 部件并将其部署到发布网站的主页。这是一个非常简单的 Web 部件,仅在下拉列表中显示 SP 列表中的项目。如果我以网站所有者或会员身份登录,则 Web 部件可以正常工作,但如果我只是读者,则不能。 Web 部件根本不会呈现给读者。我没有得到任何 Web 部件 chrome 或标题,什么也没有。我在同一区域中有其他 Web 部件(开箱即用的部件)显示正常,因此这不是整个区域不显示的问题。
作为读者,我仍然可以直接查看列表,因此看起来不存在列表权限的问题。
我的 Web 部件正在部署为场解决方案,而不是沙盒,并且程序集正在部署到 GAC。
我觉得我一定在这里错过了一些简单的东西,但我很困惑。帮助。
I've built a custom SharePoint 2010 web part and deployed it to the home page of a publishing site. It's a very simple web part that just displays items from a SP list in a drop down list. The web part works fine if I'm logged in as a site owner or a member but not if I'm just a reader. The web part doesn't render at all to readers. I don't get any of the web part chrome or title, just nothing. I have other web parts (out-of-box ones) in the same zone that are displaying fine so it's not an issue of the whole zone not displaying.
As a reader, I can still view the list directly so it doesn't appear to be a problem with list permissions.
My web parts are being deployed as a farm solution, not sand-boxed and the assembly is being deployed to the GAC.
I feel like I must be missing something simple here but I'm stumped. Help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
编辑后是否保存/签入页面?
问候,
费兹
Did you save / Check in the page after editing?
Regards,
Faiz
您可能必须实际发布页面才能让读者看到
You may have to actually publish the page for a reader to see it