Hi Pedro,
The common reason of this kind of read-only issues is:
Some webdav client application(e.g Word) opens the documents in read/write
mode at first. It will send a webdav LOCK request to inform IIS the file
should be locked and not modifiable by any other applications. In this
case, if we try to access the document again, it can only be opened in
read-only until the original application send an UNLOCK request to IIS for
this file. If some problematic webdav client doesn't set a timeout value
for its LOCK request and doesn't release the lock during document closure,
the file will be locked forever until IIS is restarted..
So I just wonder: when the problem occurs with IE, have you tested Windows
Explorer works well at the same time definitely? Based on my understanding,
both of them invoke Word instances to open the documents. So the actual
webdav client is still Office.
If Windows Explorer does work fine, it is also possible to be an IE client
issue. Please try running "iexplore.exe -extoff" to launch IE in no-addon
mode, then please test opening the documents again to see if the problem
still persists.
Have a nice day.
Sincerely,
WenJun Zhang
Microsoft Online Community Support
==================================================
Get notification to my posts through email? Please refer to:
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.
Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at:
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
>> Stay informed about: webDAV - documents being opened in readonly