I have installed (ASP.NET MVC) application in machine.
I want the user to open the word document in machine by URL like this: (http://10.0.10.106:8080/FS/report.docx) to edit and save this document.
I used (Office schema URI) to open word document in edit mode by :
window.location.href = "ms-word:ofe|u|http://10.0.10.106:8080/FS/report.docx" ,
but the word document is opening in read only mode that I cannot edit in this word document