【发布时间】: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 默认站点中?
谢谢!
【问题讨论】: