文章分类 -  MOSS2007

摘要:出处:http://blog.csdn.net/keduosou/archive/2008/11/24/3364115.aspx在Sharepoint 中,写了一个webpart,编译后,成功部署到了sharepoint网站中,但在添加到网站的页面时,提示:“无法添加选择的web部件,webpart名称:为了成功导入,必须使用AllowPartiallyTrustedCallersAt... 阅读全文
posted @ 2010-07-27 17:35 PROS
摘要:http://www.cnblogs.com/chenzehe/archive/2009/12/25/1631863.html 阅读全文
posted @ 2010-06-24 15:07 PROS
摘要:http://www.cnblogs.com/netcai/archive/2009/04/16/1436841.html 阅读全文
posted @ 2010-06-24 13:25 PROS
摘要:http://www.cnblogs.com/netcai/archive/2009/04/12/1434198.html 阅读全文
posted @ 2010-06-24 13:17 PROS
摘要:配置基于表单的身份验证 (Office SharePoint Server)http://technet.microsoft.com/zh-cn/library/cc262201(office.12).aspx#section3如何实现基于AD的MOSS的FORM认证方式http://blog.chinaunix.net/u/18783/showart_2075640.htmls 阅读全文
posted @ 2010-06-24 12:54 PROS
摘要:http://www.cnblogs.com/jianyi0115/archive/2008/04/28/1175259.html 阅读全文
posted @ 2010-05-26 08:26 PROS
摘要:在core.css文件中.ms-SpLinkButtonActive a,.ms-SpLinkButtonActive a:hover{color:#000000;text-decoration:none;}.ms-SPLink A:link,.ms-SPLink A:visited{color:#2A4666;text-decoration:none;}链接后面的黄色背景.ms-menubutt... 阅读全文
posted @ 2010-05-14 13:50 PROS
摘要:http://www.heathersolomon.com/content/sp07cssreference.htm#Global 阅读全文
posted @ 2010-05-13 15:20 PROS
摘要:1 下载Adobe PDF IFilters 6.0http://www.adobe.com/support/downloads/detail.jsp?ftpID=2611这个IFilters 6.0,我经验证支持 windows server 2003 sp2 32位操作系统;windows server 2008 32位操作系统;2 安装ifilter60.exe3 下载pdf icon图片h... 阅读全文
posted @ 2010-05-13 13:58 PROS
摘要:MOSS界面设计资源安装了MOSS2007后,所有与SharePoint相关的文件都放在本地目录C:\Program Files\Common Files\Microsoft Shared\web server extensions\12下面。下面介绍一些主要的文件目录。1、ISAPI目录此目录下面存放的是SharePoint自带的Web Services,我们也可以自定义Web Services... 阅读全文
posted @ 2010-05-04 10:47 PROS
摘要:导致SharePoint发生Timeout的三处门槛设置 IIS connection time-out setting===========================如何修改?Click Start, point to All Programs, point to Administrative Tools, and then click Internet Information Servi... 阅读全文
posted @ 2010-05-04 09:26 PROS
摘要:1 如果MOSS2007 无法上传超过30M的文件解决办法:可能是iis7上传大文件限制,因为iis7默认为30M,可能超过28M就不能上传了。 (1)进入目录C:\Windows\System32\inetsrv\config\schema,修改文件IIS_schema.xml 修改文件配置: 然后搜索 3000000 意思是 只允许上传 30MB 大小的文件,你在这后面多加一个0 就变成了 ... 阅读全文
posted @ 2010-04-22 14:30 PROS
摘要:web.config添加<configuration><connectionStrings> <add name="ADConnectionString" connectionString="LDAP://adip/" /> </connectionStrings></configuration><system.web> &l... 阅读全文
posted @ 2010-04-11 16:07 PROS
摘要:Changing Links List In SharePoint 2007 To Open In New Browser Window I was recently looking for the easiest way to modify the links list in SharePoint 2007 to open the links in a new window. In my cas... 阅读全文
posted @ 2010-04-08 10:44 PROS
摘要:公司架设moss2007网站,由于正式区服务器没有准备好,只好在测试区架设一台,然后全部迁移到正式区.测试区机器mosstest,正式区机器moss,数据库和程序都安装在同一台机器上面.步骤如下:1.在正式区架设好moss服务器.2.在正式区创建一个与测试区相同端口的网站应用程序,比方说测试区网站应用程序是sharepoint-80,那么在正式区也创建网站应用程序sharepoint-80. 不用... 阅读全文
posted @ 2010-04-08 08:45 PROS
摘要:How to: Create a Minimal Master PageOne of the first tasks that you must complete when configuring a Microsoft Office SharePoint Server 2007 Web site is to create one or more master pages. A master pa... 阅读全文
posted @ 2010-03-30 13:29 PROS
摘要:Resolution:Follow these steps to Disable the loopback check which is causing the error:Click Start, click Run, type regedit, and then click OK. In Registry Editor, locate and then click the following ... 阅读全文
posted @ 2010-03-24 09:49 PROS
摘要:http://www.cnblogs.com/virusswb/archive/2008/12/21/1359292.htmlWSS V3通过权限级别和权限来控制每个用户和组对安全对象可执行的动作。这两个术语看起来相似,但是权限级别是由一组权限定义的。一个新站点中包含了5个权限级别。每一个权限级别又有多个权限与之关联,以便用户可以对站点进行相关操作。这些权限级别包括:1、完全控制:包含了所有的权限... 阅读全文
posted @ 2010-03-23 14:06 PROS
摘要:以前研究MOSS都是把全部的内容安装在一台服务服务器上面,包括AD/SQL Server/MOSS/OCS,没有研究过分离。最近开始研究分离服务,例如数据库服务,应用服务(搜索、execel service等)。前天根据jinyi兄的文章【MOSS数据库服务器迁移步骤】 ,成功将数据库迁移到了一台新服务器上面。后面就开始尝试迁移搜索服务了,但是一直是失败,详细内容描述在【分离SharePoint的... 阅读全文
posted @ 2010-03-23 12:40 PROS