문제

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