首先,先排除是Loopback Check的问题,参考我的另外一篇Blog:SharePoint回环检查(Loopback Check)相关问题 排除了Loopback Check以后,如果你的SharePoint环境符合以下特征: 1. SharePoint Server 2007架设在IIS7或更高版本,也就是操作系统是Windows Server 2008或者Windows Server 2... Read More
posted @ 2010-04-14 16:29 Lambert Qin Views(797) Comments(0) Diggs(0) Edit
如果安装SharePoint站点在Windows 2008 或者Windows 2008 R2系统上,IIS7的默认设置会限制你最大只能上传大约28M的文件(30000000字节)。 通常情况下,可以遵循KB925083去解决这个问题。 编辑 Inetpub\wwwroot\wss\VirtualDirectories\VirtualDirectoryFolder\Web.config文件. 增... Read More
posted @ 2010-01-14 13:43 Lambert Qin Views(1070) Comments(0) Diggs(0) Edit
如果你不熟悉如何配置SharePoint传出邮件设置(Outgoing e-mail settings),请先花一点点时间阅读一下我的另一篇博客(英文):How to configure outgoing mail in SharePoint Server 2007 with Exchange Server 2007. 按照官方推荐配置方法(或者我上面的博客所述),你可能会收到下面的一些通知邮件... Read More
posted @ 2010-01-07 17:39 Lambert Qin Views(1830) Comments(4) Diggs(0) Edit
工作需要,有时候会测试各种情况下Event Handler,包括测试哪种事件是最合适的,但是每次写Event Handler的Feature的确是重复性麻烦的事情。所以就写了个代码生成的小程序生成了下面的37个工程,对应37个不同的List模板。ListTemplateId来自于http://msdn.microsoft.com/en-us/library/ms431081.aspx。 工程注册... Read More
posted @ 2010-01-06 22:40 Lambert Qin Views(455) Comments(0) Diggs(0) Edit
SharePoint在部署WSP的时候,会停止掉所有相关的Application Pool,部署完毕会自动启动他们。 所以你看到的暂时的503错误是正常的,有时候Application Pool会长眠不醒了,就需要你自己去IIS Manager中把它们叫醒了 :) Read More
posted @ 2009-12-29 18:47 Lambert Qin Views(294) Comments(0) Diggs(0) Edit
Stefan Goßner released a blog series on SharePoint 2007 Content Deployment. If you are interesting in this topic, check it out. Part 1 - The Basics Part 2 - The Basics continued Part 3 - Configu... Read More
posted @ 2009-12-25 16:34 Lambert Qin Views(160) Comments(0) Diggs(0) Edit
Scenario: This is an simple tutorial of using Lookup column to synchronize the data between two lists: Source List and Destination List. 1. In the Destination List, create a RefID which gets informa... Read More
posted @ 2009-11-02 14:36 Lambert Qin Views(316) Comments(0) Diggs(0) Edit
利用content class可以限定搜索返回的一些固定类型的内容,下面是一些收集的值及其含义。备忘。   "STS_Web": // Site "STS_List_850": // Page Library "STS_ListItem_850": // Page "STS_List_DocumentLibr... Read More
posted @ 2009-10-29 16:58 Lambert Qin Views(457) Comments(0) Diggs(0) Edit
Loopback Check(回环检查)本来不是一个SharePoint问题,是Windows Server为了增强自身安全性在Server 2003 SP1后引入的一个功能, 在近几个月中导致了一系列问题的爆发.主要场景是:1. SharePoint站点使用了主机头(Host Header).2. 本地访问SharePoint站点.3. 安装下面的任意一个补丁:1. IE累计安全补丁 (KB96... Read More
posted @ 2009-10-19 18:11 Lambert Qin Views(1134) Comments(2) Diggs(0) Edit
SharePoint的调查列表默认只支持简单的文字调查, 并不能满足大部分时候的需求, 自己自定义出一个漂亮点的调查很需要费一番工夫, 为了让大部分对开发知之甚少的SharePoint管理员或者高级用户能够方便的制作一个图文并茂的调查,特写此文. 第一步:建立一个普通的调查列表。 第二步:在SharePoint Designer中打开这个调查,上传一个图片备用。 第三步:在SharePoint ... Read More
posted @ 2009-08-31 16:03 Lambert Qin Views(953) Comments(1) Diggs(0) Edit