How to run WCF service on a specific port

后端 未结 4 1427
轻奢々
轻奢々 2020-12-20 12:49

I have a .Net 4.0 WCF service running on IIS. I have not specified a port so assume it is running on port 80. I need to install my service on a server where port 80 is alrea

4条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-20 13:41

    Specify the port in the address of the endpoint. See the 'Defining Endpoint Addresses in Code' section in this article for more details.

提交回复
热议问题