I need to make some connections on startup of a server. I\'m using the wcf technology for this client-server application. The problem is that the constructor of the server isn\'
There are two ways I can immediately think of.
One - you can implement your solution as windows service
and Second - let a dummy client program call your server at start-up.