Note that there are some explanatory texts on larger screens.

plurals
  1. POEditing MS Office documents from a web application: custom WebDaV implementation or ...?
    primarykey
    data
    text
    <p>Following is our setup &amp; requirement:</p> <ul> <li>There's a public web application accessible via SSL + Basic Authentication. Most of these applications are in ASP.Net; couple of legacy ones are in classic ASP. Server is Win 2003 / IIS 6.0</li> <li>This application needs to support online editing of (mostly) MS Office documents (2007 &amp; 2010). The documents themselves are stored in the database, along with the content of the application.</li> <li>The users should be able to open the document via HTML links; the corresponding external Office application (say MS Word) should open the document in edit mode (with exclusive lock) and when the user presses Save button, the document should be posted back to the application.</li> <li>Preferably no external plugins/ActiveX controls need to be deployed on the client side.</li> </ul> <p>Is a custom WebDAV implementation the best possible approach? Note that we might not need all the features of WebDAV for supporting above requirements. Are you aware of any alternatives?</p> <p>If custom WebDAV implementation is the way to go, can you please recommend some good resources (commercial/open source IIS plugins, samples in .Net, docs, etc), apart from <a href="http://www.webdav.org/" rel="nofollow noreferrer">http://www.webdav.org/</a> ? BTW, I do not prefer installing a bulky CMS like Sharepoint to support such a small requirement!</p> <p>I found a thread on SO about custom WebDav implementation: <a href="https://stackoverflow.com/questions/360609/what-are-your-experiences-implementing-using-webdav">What are your experiences implementing/using WebDAV?</a> It sounds so discouraging :( (Avialable only on IIS root, requires Windows authentication, etc)</p> <p>Thanks in advance!</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload