【发布时间】:2013-07-19 07:16:19
【问题描述】:
我正在创建 SharePoint 解决方案。
我需要能够将日历视图连接到 Outlook。非常好的解决方案在这里发布:Sharepoint task list and Outlook sync
但由于身份验证问题,它不起作用:当我执行 ctx.RewritePath 时出现 401 错误。
我正在使用带有 NTLM 的 SharePoint 2010 和 Windows 身份验证提供程序。 目前我正在尝试通过编写 HttpModule 并尝试将正确的结果注入响应来欺骗 Outlook,但效果并不好。
这个问题还有其他解决方案吗?
谢谢, 安迪
【问题讨论】:
标签: c# asp.net sharepoint calendar outlook