摘要:
如果是asp.net页面 public override void VerifyRenderingInServerForm(Control control) {} 如果是Sharepoint web part: <asp:Button ID="btnExportToExcel" runat="ser 阅读全文
摘要:
SharePoint 离线安装,主要是AppFrabic服务出错,可以使用下来命令: "X:\WindowsServerAppFabricSetup_x64.exe" /i CacheClient,CachingService,CacheAdmin /gac 阅读全文
摘要:
Disable Client Certificate Revocation (CRL) Check on IIS: REGISTRY : HKLM\SYSTEM\CurrentControlSet\Services\HTTP\Parameters\SslBindingInfoDWORD : Defa 阅读全文
摘要:
解决办法:从另一台C:\Program Files(x86)\Reference Assemblies\Microsoft\.NetFramework 成功的环境中copy .net4.5 文件夹到错误的相应的机器上。 阅读全文
摘要:
请参考: https://support.microsoft.com/en-us/help/3087184/sharepoint-2013-or-project-server-2013-setup-error-if-the--net-framewo 阅读全文
摘要:
SharePoint让所有用户访问站点,可用在用户组里面添加:NT AUTHORITY\authenticated users 阅读全文
摘要:
SharePoint server 2016中文版导出list template,在另外一个环境不能显示,解决方案: $web = Get-SPWeb <url of web> $web.ParserEnabled = $true $web.Update() 参考: https://support. 阅读全文
摘要:
最近帮客户部署SharePoint server 2016生产环境,自定义作业总是不能部署上,原来我在部署过程中MinRole选的是Web前端服务器;经过几天的测试研究,发现要有single server farm角色才能部署。 阅读全文
摘要:
现在的项目需要使用sharepoint application page来展示图片影像,并让其它应用系统匿名访问,经过一番认真研究,主要有下面的步骤: 1. 在web applicaiton level 启用你们访问 1.1 进入SharePoint center applicaiton 站点,选择 阅读全文
摘要:
很多次跟客户做咨询及沟通的时候,客户都问SharePoint能做什么?是不是就是做文档管理?为什么要花那么多的钱没SharePoint?高大上?我上家公司面试的时候,我的那个BOSS面试官有一个问题“为什么要用SharePoint?” 我当初噼里啪啦解释了很多东西,SharePoint的优劣,用了S... 阅读全文