【问题标题】:Is it possible to communicate asp.net to sharepoint to office web app?是否可以将 asp.net 与 sharepoint 通信到 office web 应用程序?
【发布时间】:2014-01-05 04:34:37
【问题描述】:

我们正在设计一个 asp.net 网络项目。这个项目是关于电子文档管理系统的。

在我们的项目中,我们需要在您的浏览器上查看和编辑 Office 文档。如果可能的话,我们希望从 asp.net 页面与 SharePoint 和 Office Web 应用程序进行通信。 Asp.net 到 SharePoint 服务器,然后是 Office Web 应用程序服务器。 (Asp.net 不能直接与 Office Web 应用程序通信,因此我们应该使用 SharePoint)。我脑子里的问号。

  1. 我可以将文件从 asp.net 项目上传到 SharePoint 吗?
  2. 是否可以在 iframe 中显示来自 SharePoint 的地址 服务器来查看和编辑我的 asp.net 网页上的文档?

【问题讨论】:

    标签: asp.net asp.net-mvc-4 sharepoint ms-office office365


    【解决方案1】:

    对于问题 1,是的,您可以。您可以使用 SharePoint 客户端对象模型来执行此操作。流动的文章提供了一些关于SCOM的介绍: 1.Using the SharePoint 2010 Client Object Model 2.Shorten Your Backlog: Integrating ASP.NET and SharePoint

    对于问题2,我认为是可能的,但我不是很确定。

    【讨论】:

      【解决方案2】:

      可以使用 JSOM 或 CSOM 从 Asp.Net 将文档上传到文档库。

      对于第二部分,我不确定是否可行,我自己尝试使用 IFrame 选项,但它没有出现并显示一条消息,指示 iframe 的源必须在同一个域中运行。

      【讨论】:

        猜你喜欢
        • 1970-01-01
        • 2010-12-10
        • 2016-04-25
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        相关资源
        最近更新 更多