Hi,
I am working on a winform program where I need to load an xml from a shared folder on a network, and download it into my local.
I need to access his xml file everytime my app loads and get the latest version of it from the location and download it. If by any problem the connection from my local to the network is not established, I should be able to connect to the version in my local.
Can anybody pls give me the c sharp code for this..
Help would be greatly appreciated..