I have a windows service that needs to access the files (sometime modification also) from a network (shared folder). I get the file name from an XML like,
<add key ="FolderName" value="\\192.168.0.1\Source" />
I made a log file which always shows that the path is not found.
Also i need to know how to debug a windows service using visual studio?
Thanks in advance.