Tuesday 10 September 2013

Executing a C# console application on remote machine

Executing a C# console application on remote machine

I have built a console application in C# and would like to execute this
application on a remote machine.
The debug folder of this project contains several other files apart from
HelloWorld.exe
For example
HelloWorld.exe.config
HelloWorld.pdb
HelloWorld.vshost.exe
HelloWorld.vshost.exe.config
HelloWorld.vshost.exe.manifest
Do I need to copy ALL these files to a folder on remote machine? I think
the pdb file is a debugger file which can be ignored? The two .config
files are exactly the same.
Thanks

No comments:

Post a Comment