Iis – unable to setup net.tcp bindings for wcf application running on IIS

bindingsiisiis-8wcfwindows-server-2012

I am trying to set up NET.TCP bindings for a WCF application deployed on IIS. I have already added net.tcp to Enabled Protocols of application, but when I am trying to add net.tcp binding, its throwing the error shown below:

enter image description here

I have also activated the Windows Communication Foundation Non-HTTP Activation. NET.TCP services are also running.

Thanks in advance

Best Answer

you can setup by command prompt

appcmd.exe set site "Default Web Site" –+bindings.[protocol='net.tcp',bindingInformation='808:*']