将 Office 2010 Web 应用程序与 ASP.NET 结合使用
是否可以将 Office 2010 Web 应用程序与 ASP.NET 应用程序一起使用?
例如: - 对于我的 ASP.NET 应用程序的每个用户,我的服务器上都有一个包含 Word 文档的文件夹 - ASP.NET 应用程序以网格形式向用户显示可用文档 - 单击网格中的文档之一时,Word 文档将加载到包含 Office 2010 Web 应用程序 Word 界面的 IFrame 中,并且可以进行文档编辑 - 编辑后,文档可以保存到服务器,并且ASP.NET网格显示更新的状态
这样的场景可能吗?您需要什么,例如 Sharepoint、Office 2010 许可证?
Would it be possible to use the Office 2010 web apps with an ASP.NET application?
For example:
- For each user of my ASP.NET application there is a folder with Word documents on my server
- The ASP.NET application displays the available documents in a grid to the user
- When clicking on one of the documents in the grid, the Word document is loaded in an IFrame which contains the Office 2010 web apps Word interface and editing of the document can take place
- After editing, the document can be saved to the server, and the ASP.NET grid displays an updated status
Would such a scenario be possible? And what do you need, e.g. Sharepoint, Office 2010 licenses?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我认为您会想看看 Sharepoint,因为我认为这正是它的作用(还有更多功能)。
Windows Sharepoint Services (WSS) 是适用于 Windows 2003/2008 服务器系统和包含基本 Sharepoint 功能。此外,还有扩展 WSS 的商业产品(MS Office Sharepoint Server 或 Sharepoint Portal Server 或任何名称)。
I think you will want to have a look at Sharepoint, because I think this is exactly what it does (plus many more things).
Windows Sharepoint Services (WSS) is a free add-on for windows 2003/2008 server systems and contains the base Sharepoint functionality. In addition there are the commercial products which extend WSS (MS Office Sharepoint Server or Sharepoint Portal Server or whatever they are called).
Office Web Apps 随 SharePoint 2010 一起提供,但也可与 SkyDrive 一起使用。这向我表明您所要求的是可能的(微软正在这样做),但该软件没有单独捆绑。当然,我不知道 MS 必须做什么才能将 Office Web Apps 与 SkyDrive 集成。
The Office Web Apps come with SharePoint 2010, but they are also used with SkyDrive. This indicates to me that what you are asking for is possible (Microsoft is doing it), but the software isn't bundled separately. Of course, I have no idea what MS had to do in order to integrate Office Web Apps with SkyDrive.
“Word 文档已加载到包含 Office 2010 Web 应用程序 Word 界面的 IFrame 中”,
"Word document is loaded in an IFrame which contains the Office 2010 web apps Word interface"