摘要:
装Sharepoint,遇到诡异问题: 启动“Windows SharePoint Services 搜索”时,报错:此服务器不是该搜索应用程序的索引器。 在网上四处寻访,有说权限问题的,有说独立模式的,还有微软官方的KB(http://support.microsoft.com/kb/923896),试验无效。 后来用英文关键词“This server is not the indexer... 阅读全文
随笔分类 - SharePoint
【随】SharePoint中临时提升用户操作权限方法
2007-11-04 04:43 by 拖鞋不脱, 280 阅读, 收藏, 编辑
摘要:
1SPSecurity.RunWithElevatedPrivileges(2delegate()//代理参数3{4//方法代码5}) 阅读全文