How can i initialise a server on startup?

前端 未结 2 931
迷失自我
迷失自我 2021-01-24 02:06

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\'

2条回答
  •  生来不讨喜
    2021-01-24 02:25

    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.

提交回复
热议问题