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.