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
Specify the port in the address of the endpoint. See the 'Defining Endpoint Addresses in Code' section in this article for more details.