sharepoint my site setting】的更多相关文章

参考这个guide : http://technet.microsoft.com/en-us/library/ee624362.aspx User profile service 不能打开, 原因是sharepoint wizard没run 安装Sharepoint wizard时得到下面的错误: The SDDL string contains an invalid sid or a sid that cannot be translated when installing Search Se…
转载原地址:  http://www.cnblogs.com/wsdj-ITtech/archive/2012/09/01/2470274.html Sharepoint本身就是一个丰富的大容器,里面存储的所有信息我们可以称其为“内容(Content)”,为了便于管理这些Conent,按照人类的正常逻辑就必然想到的是对此进行“分类”.分类所涉及到的层面又必然包括: 1.分类的标准或特征描述{即:类型属性(或:与该类型项目相关联的属性)}. 2.对应类的关联动作(即:工作流,行为以及其他设置)  …
After ASP.NET 3.5 has been installed you need to modify the web.config file of your MOSS web site with a few Ajax specific entries. Typically, the web.config file is located in c:\inetpub\wwwroot\wss\virtualdirectories\80 1. Add the following <sectio…
Problem When I was backing up SharePoint Site Collection Automatically with PowerShell and Windows Task Schedule.Unfortunately,the backup process was abnormally terminated.But What's even worse is I came across an confusing issus When I Browsed to Si…
在SharePoint 2010中可以使用Management Shell 为新建的Site Collection 创建自己的DB. 在 Shell中执行如下命令: 1. $w = get-spwebapplication  http://yoursite     (yoursite为你所要新建的SiteCollection 所在WebApplication中的SiteCollection) 2. New-SPContentDatabase "Your DB Name" -Databa…
Create site. Upload rdl files into Dashboards lib. Manage Data source. Select the rdl file and click - Data sources defined in the rdl file should be listed here. Click the data source name. If you select custom data source, you can change the connec…
解决办法如下: 1. 修改项目的.net framework 为3.5 2. Application Pool 选用 Sharepoint App pool 3. 修改 web.config如下: <?xml version="1.0"?> <configuration> <configSections> <sectionGroup name="system.web.extensions" type="System…
public void GetSiteColumns(DropDownList ddl, String siteColumn) { var fields = new SPSite(ProjectContent.SiteUrlMapping).RootWeb.Fields; var projectCodeXml = fields.TryGetFieldByStaticName(siteColumn).SchemaXml; XmlDocument xmlDoc = new XmlDocument()…
在某些情况下,我们需要去引用其他List中的数据,比如在网站集(Site Collection)上有个List叫Country,在其子网站(WebSite)有个List叫Employee,如果要在子Site上的Employee去引用Country中的数据,一般我们会在Site Collection上创建一个网站栏(Site Column).这是一种解决方案.还有一种解决方案,我们也可以在项目中创建一个Lookup 类型的 Site Column,其Scope为Site,顺着思路,我理所应当的创建…
(一)在一个环境下创建site 首先在sharepoint 2013 Central Administration中run administration --Application Management中的Manage webapplications --new--设置数据将Database NameDd的WSS_Content_对应的数据, 确定后会create site collections--Title需要更改 User Name需要添加--ok (二)Visual Studio--Ne…