EV IIS Bindings
Dear's,
I have 2 different EV sites and I have been going through IIS setting on EV server and found that in Default Web Site under Bindings I have the below also included
net.tcp
net.pipe
net.msmq
msmq.formatname
Whereas on the other EV sites in IIS setting on EV server have none of the above in bindings for Default Web Site.
Since both the EV sites are working fine without any issue I would like to know what is the use of having net.tcp, net.pipe,net.msmq and msmq.formatname
under bindings, can this be removed to make the IIS settings similar on both the sites.
You will get these bindings if when you install .NET 3.5.1 Feature you elect to include 'Non-HTTP Activation' under the WCF Activation option. EV environments have no requirement for this particular sub-option as long as the 'HTTP Activation' is enabled. The 'HTTP Activation' option is necessary as part of the Windows Process Activation Service and Net.Tcp Port Sharing Service.
If you are using CA/DA in your environment then you may have installed this as well. Either way .Net 3.5 SP1 is required for EV9 regardless.
You should be able to remove the installed option and/or the additional bindings without any repurcussion from an EV perspective.

