Click here to Skip to main content
15,885,278 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
Hi I have a question. How can I copy an Aplication to remote machine in my LAN in C#? Should I necessary use File.Copy() in C# because i want copy a server side application to remote machine and execute it.
thanks a lot
Posted

1 solution

Just copy the files. Of course, you have to have appropriate permissions on the remote machine and on the server in question...
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900