Hello ,
I have question regarding visual studio , I have a console application that uses some data from Linux server ,
how can I run my application remotely from my windows on Linux without having to add the application on the Linux server .. for the sake of debugging I added my application on the server to try it and it worked but how to do that remotely ?
Thank in advance