I have a console application and in it's main function I start up a remoting service.
I want to know, if I close the console application, is the services will be closed together?
If not,when will the service close?
I want to know, if I close the console application, is the services will be closed together?
If not,when will the service close?
Comment