在 Windows Azure 中的自定义端口号上发布网站?
我们正在尝试在 Azure 中发布三个站点,它们位于端口 8080-8082 上。 8080 上的站点工作正常,但 8081 和 8082 上的站点没有从外部响应。
有想法吗?
We are trying to publish three sites in Azure, they are on ports 8080-8082.
The site on 8080 works fine, the sites on 8081 and 8082 does however not respond from the outside.
Ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是单一角色吧?你能把你的ServiceDefinition放上来看看吗?通常,这是因为您错误配置了输入端点或绑定。这是一个简单的示例,在 3 个不同的端口上有 3 个站点。
This is on a single role, right? Can you put your ServiceDefinition up to look at? Typically this is because you miconfigured input endpoints or the binding. Here is a trivial example that has 3 sites on 3 different ports.