积极答复者
用MOSS做知识库的问题

问题
答案
-
我解决了。。。唉。。。算了贴出来大家一起看吧。我再也不来这个论坛了。。。
1. Disable client integration
第一步,在管理中心网站的应用程序管理---应用程序安全性---验证提供程序里将“是否客户端集成”选择否
2. Remove the OPTIONS verb from the <HTTPHandlers> registration line in the web.config file forthe site
第二步,在网站的虚拟目录下找到web.config打开,找到 <httphandlers>
然后将第三行 <addverb="OPTIONS,PROPFIND,PUT,LOCK,UNLOCK,MOVE,COPY,GETLIB,PROPPATCH,MKCOL,DELETE,(GETSOURCE),
(HEADSOURCE),(POSTSOURCE)" path="*" type="Microsoft.SharePoint.ApplicationRuntime.SPHttpHandler,
Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" />
删除,然后重新启动网站,万事ok- 已标记为答案 KeFang Chen 2010年11月15日 7:16
全部回复
-
我解决了。。。唉。。。算了贴出来大家一起看吧。我再也不来这个论坛了。。。
1. Disable client integration
第一步,在管理中心网站的应用程序管理---应用程序安全性---验证提供程序里将“是否客户端集成”选择否
2. Remove the OPTIONS verb from the <HTTPHandlers> registration line in the web.config file forthe site
第二步,在网站的虚拟目录下找到web.config打开,找到 <httphandlers>
然后将第三行 <addverb="OPTIONS,PROPFIND,PUT,LOCK,UNLOCK,MOVE,COPY,GETLIB,PROPPATCH,MKCOL,DELETE,(GETSOURCE),
(HEADSOURCE),(POSTSOURCE)" path="*" type="Microsoft.SharePoint.ApplicationRuntime.SPHttpHandler,
Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" />
删除,然后重新启动网站,万事ok- 已标记为答案 KeFang Chen 2010年11月15日 7:16