Thursday, March 26, 2015

FileService Service + WebDAV

Hello,


I have a request that I should create server which represents different files (from DB) and should be accessed via WebDAV i.e. it should be accessed via Explorer (should be visible when I type \\<myservice> )listens for all requests like getFiles, create, delete, etc. All this has to be done using C# (.net version could be latest).IIS is not an option. Unfortunately I could not find anything similar or guidelines for this.


I found something similar for C++ (http://ift.tt/1Bu8CPB ) using WSDAPI & DPWS. If this is the approach (creating FileService Service), how this can be done using only C#?


Thank you in advance for all your help.



No comments:

Post a Comment