Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经创建了 WCF 服务,并将其部署在 WAS 下的 IIS& 上,具有特定的端口。绑定是 NetTcpBindig。
在我们为服务实现另一个功能并使用单独的 URL 再次部署之后。
但是我们的客户希望我们为两个不同版本的服务提供具有两个不同端口的相同 URL。
完成这项任务的最佳选择是什么?
您可以在 IIS 中使用不同端口托管这两个版本。您将不得不创建两个不同的站点,但我假设您对此很熟悉。