Using Office 2010 web apps with ASP.NET

Posted by Martin de Ruiter on Stack Overflow See other posts from Stack Overflow or by Martin de Ruiter
Published on 2010-03-21T04:02:10Z Indexed on 2010/03/21 4:11 UTC
Read the original article Hit count: 402

Filed under:
|

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?

© Stack Overflow or respective owner

Related posts about office-2010

Related posts about ASP.NET