【发布时间】:2017-10-21 21:57:16
【问题描述】:
有没有办法让同一个集群中的多个不同的 SF 服务监听同一个端点 http 80?服务的 WebAPI 具有不同的路由。
<Endpoint Protocol="http" Name="ServiceEndpoint" Type="Input" Port="80" />
我收到一个错误:
无法绑定到地址http://[::]:80:地址已在使用中。
有没有办法避免这种情况?
【问题讨论】:
-
放置约束或使用允许多个绑定的东西(Windows 上的 httpsys)
标签: http asp.net-core azure-service-fabric asp.net-core-webapi endpoint