Question

I have created WCF service and its deployed on IIS& under WAS with specific port.binding is the NetTcpBindig.

After we implement another feature to the service and deploy again with separate URL.

but our client wants us to have same URL with two different ports for two different versions of the service.

What is the best option to achieve this task.?

Was it helpful?

Solution

You can host both versions with different ports in IIS. You will have to create two different sites, but I assume you're familiar with that.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top