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.?

有帮助吗?

解决方案

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top