I have a VB.Net (VS2005) Console Application. It is reference a csv file on a different server. At the end of the program it is require to copy the csv file to another directory on the other server and append the date to it for archive purpose. It then deletes the csv file.
It is receiving this error;
Access to the path ...... is denied.
I'm assuming that this is a permission issue between the servers.
What is wrong? How do I resolve?
It is receiving this error;
Access to the path ...... is denied.
I'm assuming that this is a permission issue between the servers.
What is wrong? How do I resolve?