I want to host my console application on a central machine on the network, so multiple users can use my console application to process files. Should I be putting a copy of it on every machine that will use it, or is this an acceptable way, and just have a reference link to the one application for each machine?
Do you have any guides on how to fully setup and deploy a console application for over the network?