问题标签 [sitecollection]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
1560 浏览

sharepoint-2010 - 如何在 SharePoint Server 2010(MOSS) 中的单个 Web 应用程序的根目录下创建多个网站集

我想在 SharePoint 2010 Web 应用程序http://portal.contoso.com中创建多个网站集,例如http://site1.contoso.comhttp://site2.contoso.com。所以我遵循了 http://technet.microsoft.com/en-us/library/cc424952(v=office.14).aspx上建议的主机命名站点收集方法

我尝试在 powershell 上运行以下命令

这里的 URL 似乎不合适,因为它是参数,所以我尝试在没有 URL 的情况下运行命令,但根本没有执行。

这是我的问题。

  1. 我想知道我的方向是否正确?
  2. 有没有更好的方法来达到同样的结果?
0 投票
1 回答
643 浏览

c# - 如何防止 SharePoint 网站集被删除?

我目前正在使用 Sharepoint 2010 管理 Web 服务,并希望确保无法删除特定网站集。有谁知道一种方法来实现这一点,如果我有一个像这样的电话

adminService.DeleteSite(SiteCollection_TO_NEVER_DELETE);

永远不会被删除?

感谢您的任何建议

0 投票
1 回答
2220 浏览

sharepoint - SharePoint 获取当前用户的网站集


我们有一个 SharePoint Web 应用程序,它在 2 个不同的托管路径(部门和办公室)下有许多网站集,例如

http://sharepoint.abc/depts/finance
http://sharepoint.abc/depts/isg
http://sharepoint.abc/offices/boston
http://sharepoint.abc/offices/chicago

当用户登录时,他们会看到一个网站集列表,他们可以使用 WebPart 中的以下 c# 代码读取访问权限

它工作正常,但在生产中加载 web 部件需要 20 秒(我们在 2 个路径上有 700 个网站集)。

我已经使用缓存来保存他们的站点列表,但是一旦缓存过期,它需要 20 秒才能重新生成。

理想情况下,我想要查看用户可以使用 User 访问哪些网站集,而不是遍历所有网站集以查看用户是否有权访问它们。这能达到吗???

谢谢

鹰眼

0 投票
1 回答
17050 浏览

iis-7 - 如何解决 SharePoint2010 中的错误“连接:关闭”?

嗨,当我删除 mysite collection 下的网站时,webapplication 不起作用,我遇到了这个错误

HTTP/1.1 200 OK 服务器:Microsoft-IIS/7.5 日期:2013 年 12 月 13 日星期五 07:03:54 GMT 连接:关闭

当我检查日志文件时,我有这个:

在此处输入图像描述

0 投票
1 回答
4943 浏览

sharepoint - 需要使用 PowerShell 计算场中的 WebbApps、SC 和站点

嗨,我正在尝试计算我在 SahrePoint 农场中的所有 Web 应用程序,一旦完成,我想计算 Web 应用程序中的站点集合和 SC 中的站点。我在编程方面是全新的,这是我的第一个 PwerShell 脚本。

这是我正在尝试使用的代码。

有人可以建议吗?再次,这是我第一次尝试做事情编程!

谢了。

0 投票
2 回答
782 浏览

sharepoint-2010 - 创建新导航并将其添加到 SharePoint 2010 的左侧导航栏中

在我的公司,我们尝试制作平面网站集的父子导航(在 SharePoint 2010 中)。这意味着我们只想向网站集添加新页面,而不是创建新的网站集。我们这样做是为了让我们可以轻松地访问一个位置的所有文档,而其他页面上的信息则不同。

我很想发布一张关于我想要如何拥有它的图片,但我没有足够的积分来做到这一点。

我们知道我们必须覆盖左侧导航栏,但是我们迷路了。你知道我们怎么解决这个问题吗?

0 投票
1 回答
2657 浏览

c# - SharePoint 2013 自定义 Web 部件不可见

我正在尝试将自定义 Web 部件添加到 SharePoint 2013 中的网站集(使用 VS2013)。我使用 Visual Studio 部署了 Web 部件。Web 部件在 SharePoint 中处于活动状态且可见,但在“网站集”页面上除外。我也没有“自定义”标签。

0 投票
2 回答
169 浏览

sharepoint - sharepoint 2013 top navigation menu with sitecollections

I have a SharePoint Site called ProxymGroup which has multiple affiliates and departments. I created the webApplication and added 2 managed Paths of type WildCard called Affiliates and Departments.

Under affiliates i needed to create 3 site collections and under departments 2 other SiteCollections. So, here i have the links for the siteCollections:

http://MyHostName/affiliates/SiteCol1 ... and http://MyHostName/departments/SiteCol1 ... etc.

My goal is to display all that hierarchy in theTopNavigationBar menu of the siteCollection because when i activated SharePoint server publishing feature and checked Show SubSites in navigation tab under site sittings it only showed me the subsites, not the siteCollections created under this site.

How can i do please to get that hierachy shown in my TopNavigationBar menu???

Thanks in advance

0 投票
1 回答
325 浏览

sharepoint - 从包含博客子站点 sp2013 的站点模板创建站点集合

我想基于一个site template包含一个calendar app和一个blog子网站的网站集。

我解释说,我有一个站点,其中包含站点类型的子blog站点,并且还包含一个日历sharepoint 2013,我将该站点保存为模板并检查include content

但是,当我基于该模板创建一个新的站点集合时,我得到了 caledar 应用程序,但从来没有得到博客子站点......

我在这里错过了什么吗?请问我们该怎么做?

提前致谢

0 投票
1 回答
180 浏览

sharepoint-2010 - 如何为 SP 2010 网络场中的一个网站集强制执行 web.config 条目

在我们的网络场中,我们有一个网站集,需要在 web.config 中进行特定设置。

安装说明描述了手动编辑 web.config 并将一些条目添加到 appSettings、system.WebServer/modules、system.WebServer/handlers 和 system.serviceModel。

我们看到 web.configs 有时会被覆盖,并且我们添加的一些设置会自动删除。

我们的顾问告诉我们,在 WSP 中包含设置是不可行的,因为这样设置将应用于 Farm 中的所有 web.config,而不仅仅是在我们的网站集中。这是真的?

确保在 1 个网站集的 Web 配置中保证某些 Web 配置设置的推荐方法是什么?

谢谢, 沃特