I'm stucked when trying to handle MS Word document by clicking link on ASP .NET MVC 4 website which use WebDav protocol. MS Word document should be on local folder, not in same or sub folder of ASP .NET MVC project folder. I just want to open MS Word document, edit then save (upload to WebDav server)
I'm new to WebDav and find little tutorial or support for webdav on MVC.
Any help would be appreciated.