我正在管理一个非常旧的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默认站点?
谢谢!
答案 0 :(得分:9)
如果启用WCF,则会添加额外的绑定。如果您根本不使用WCF,请随时删除它们。