views:

275

answers:

2

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?

+1  A: 

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).

M4N
Yes, I understand Sharepoint is something to look at. However, as I'm building custom ASP.NET applications, which actually also need Word editing capabilities, I would like to know how to use it in combination with each other. Especially now Office 2010 is going to provide the web apps functionality: webbased editing in Word/Excel/Powerpoint, see http://en.wikipedia.org/wiki/Office_Web_AppsAre you saying WSS would be sufficient for combining ASP.NET solutions with Office 2010 webbased editing?
Martin de Ruiter
A: 

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.

Doug Stalter
Do you have a link/reference for OWA shipping with SharePoint 2010? I haven't seen that announcement.
Dennis Palmer
Now that you ask, I think I'm making a bit of an assumption...Nothing official from MSFT, but http://webworkerdaily.com/2009/11/18/microsoft-office-2010-web-apps-beta-available-to-sharepoint-users/This also indicates that Office Web Apps will only be supported on SP 2010 and not 2007 http://blogs.msdn.com/officewebapps/archive/2009/11/18/9924525.aspx (see comment from Franklin [MSFT]).
Doug Stalter