質問

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