随笔分类 - Sharepoint
摘要:SharePoint 2013 Standalone模式安装时的问题Posted on 2012-07-19, 00:36, by Windie Chai, underSharePoint.昨晚试着装了一台SharePoint 2013的虚机:Windows Server 2012 RC + SharePoint Server 2013。图方便选择了Standalone方式,结果还是出了一些错。在运行SharePoint Products Configuration Wizard到了第二步的时候,报错说“Service running under Network Service account
阅读全文
摘要:SharePoint 2013 - Comparison of FeaturesFeaturesSharePoint Foundation 2013SharePoint Server 2013 StandardSharePoint Server 2013 EnterpriseUser Authentication and AuthorizationUser authentication in SharePoint 2013 is the process that verifies the identity of a user who requests access to a SharePoin
阅读全文
摘要:SharePoint 2010中加个HttpModule,像以往一样加在了<httpModules>节点下。郁闷了,不管怎么整,就是不触发,不起作用。只好搜索一番,结果找到了原因,SharePoint 2010 默认将所有的 httpModule 配置在 IIS7 专有的system.webServer/modules节中。其实是因为IIS 7的原因,应该发布在IIS 7上的站点都有这个问题。可以按一下方式解决:1、设置IIS 7的应用程序池为Classic(经典)模式,可以按照这种方式添加<configuration> <system.web> <h
阅读全文
摘要:今天在测试服务器上发现了一个错误office2010 x64 Retrieving the COM class factory for component with CLSID {000209FF-0000-0000-C000-000000000046} failed due to the following error: 80070005 Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)).起初排查是因为dcom组件权限的问题。但后来发现是iis权限的问题将iis应用程序池的用户修改为权限比较大的用户
阅读全文
摘要:Hello,If you try to Open Project Server 2010 Site in SharePoint Designer you will receive the message: “Web Site Editing is Disabled. This web site has been configured to disallow editing with SharePoint Designer. Contact your web site administrator for more information.”To Resolve thisyou just need
阅读全文
摘要:sqlserver2008要打sp1补丁SQLServer2008SP1-KB968369-x64-CHS,打完sp1还要打HotFix KB976761.否则配置moss的时候不能连接到数据库服务器累积更新包 2 为 SQL Server 2008 Service Pack 1 http://support.microsoft.com/kb/970315/zh-cn
阅读全文
摘要:ECMAScript Class Library参考位置:http://msdn.microsoft.com/en-us/library/ee538253(v=office.14).aspxhttp://msdn.microsoft.com/en-us/library/ee537247(v=office.14).aspx
阅读全文
摘要:Folder in 12 hive Contains \ISAPI\HELP\[LCID] SharePoint help files. Deploy your own .chm files to this folder (or a localized subfolder) \CONFIG Web.config customizations \ISAPI SharePoint web servic...
阅读全文
摘要:string builderUrl = "/_layouts/zoombldr.aspx"; //string builderUrl = "/_layouts/pickertreeview.aspx"; string editorId = ClientID + '_' + txt.ID; string dialogFeatures = "dialogHeight:340px;dialogWidth...
阅读全文
摘要:最近做的一个项目。由于大多数人对moss不熟。最终决定后台操作用asp.net的模式。嵌入到moss中。创建应用程序并共享sharepoint-80的应用程序池。但发现在moss中已经登陆的人在转到嵌入的系统时,系统仍然弹出登陆对话框要求用户名密码。最终将network用户加入到该嵌入系统的磁盘目录的权限中得以解决。
阅读全文
摘要:使用Create task with ContentType创建任务的时候,必须先在task list中加上该ContentType
阅读全文
摘要:1.设置dns 2.配置 备用访问映射 3.若有子网站则修改导航栏的地址为该访问地址
阅读全文
摘要:在aspx页面头部加入: 或者在vs中加入控件,然后拖拽到页面上,也会自动生成上面的代码的register部分。
阅读全文
摘要:public void InitializeWithField(SPField field) { if (!IsPostBack) { ChildDropDownListField ChildField = field as ChildDropDownListField; ...
阅读全文
摘要:首先要安装moss的开发模板。 using System; using System.Runtime.InteropServices; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using System.Xml.Serialization; usin...
阅读全文
摘要:Conditional formulas You can use the following formulas to test the condition of a statement and return a Yes or No value, to test an alternate value such as OK or Not OK, or to return a blank or dash...
阅读全文
摘要:要导出报表就要用ReportService 的webservice方法。 ReportWebService.ReportingService rService = new Egensource.EIPPortal.DocMagrSys.ReportWebService.ReportingService(); rService.Cre...
阅读全文

浙公网安备 33010602011771号