Excel file always opens in Read-Only mode over WebDAV

microsoft excelpermissionswebdavwindows-server-2008

I mapped a WebDAV drive in my Windows Explorer.
I can access files and browse etc.

But. When I try to open my Excel file it always opens in Read-only mode. How do I open a file so it opens with write permissions? I'm sure no-one else is working on the same file.

I'm using:

  • Windows Server 2008
  • Office Excel 2007

Best Answer

Microsoft Office will open documents as read-only if:

  1. Your your server is non-root. Microsoft Office submits OPTIONS and PROPFIND requests to site root (http://server/) and requires the server to respond properly. If your WebDAV server is non-root (for example http://server/dav/) Microsoft Office will open documents as read-only.

  2. Your WebDAV server does not support Class 2. Microsoft Office locks documents when creating and opening files for editing. If Microsoft Office is unable to lock the document it will be opened as read-only.

Here is more troubleshooting tips about read-only Microsoft Office files opened via WebDAV: http://www.webdavsystem.com/server/documentation/ms_office_read_only

Related Topic