【问题标题】:what are these IIS binding and what is their purpose?这些 IIS 绑定是什么,它们的目的是什么?
【发布时间】:2012-03-15 11:50:02
【问题描述】:

我正在管理一个非常旧的 IIS 系统,该系统已从 5.0 升级到 6.0,现在是 7.0。

默认网站有一些与之相关的绑定:

Type:  http, Port: 80, IPAddress: *, Binding Info:
Type: net.tcp, Port: Empty, IPAddress: Empty, Binding Info: 808:*
Type: net.pipe, Port: Empty, IPAddress: Empty, Binding Info: *
Type: net.msmq, Port: Empty, IPAddress: Empty, Binding Info: localhost
Type: msmq.formatname, Port: Empty, IPAddress: Empty, Binding Info: localhost

net.tcp、net.pip、net.msmq 和 msmq.formtname 是什么?它们的用途是什么,为什么要绑定在 IIS 默认站点中?

谢谢!

【问题讨论】:

    标签: iis iis-7 iis-6


    【解决方案1】:

    如果启用 WCF,则会添加额外的绑定。如果您根本不使用 WCF,请随意删除它们。

    【讨论】:

    • 您能补充一点细节吗?我们使用 WCF 连接到第三方 Web 服务,但我认为(因为我们没有托管任何 Web 服务)我们不需要激活这些协议。我是对的吗?
    • 如果你在这台服务器上的应用只消费其他机器上的web服务,并没有在这台服务器上发布web服务,那么你可以放心的移除其他绑定。
    猜你喜欢
    • 1970-01-01
    • 2015-01-17
    • 2022-08-13
    • 1970-01-01
    • 1970-01-01
    • 2012-05-30
    • 2020-12-12
    • 2015-03-21
    • 2011-03-05
    相关资源
    最近更新 更多