Microsoft Word and ASP.net

  • Thread starter Thread starter Jay Douglas
  • Start date Start date
J

Jay Douglas

I'm researching a solution that will allow the opening and SAVING of Word
documents over the web. I've found numerous articles that detail how to
create/modify document server side, but I'm needing the web server to
actually save the file somehow. This can be an ActiveX or other proprietary
control that facilitates the editing. Components such as FreeTextBox or any
other browser richtext editors will not work, I really need to use word. I
know what OfficeLive and SharePoint are doing exactly what I'm trying to do.
I think SharePoint is using some sort of webdav save. Not too sure what
OfficeLive is doing,

Any ideas and suggestions are GREATLY appreciated.

Thanks in advance,
Jay
 
you need to install some version of webdav on your server. if you are using
ii6.0, just add webdav publishing.

-- bruce (sqlwork.com)
 
Bruce,

Would I need to basically write my own app to handle the Request/Responses?
Are you aware of any source code or components that can help with creating
such a solution?

Thx, Jay
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top