Hello there,
Windows IIS by default supports only HTTP, HTTPS, and FTP protocols and you will get those protocols in the binding window of IIS. You can follow the below steps and see if that helps.
-‘Turn Windows Features on or off’ - expand .NET Framework Advance Service.
-Expand WCF Services=>Select All the Features HTTPActivation, Message Queuing (MSMQ) Activation, Named Pipe Activation, TCPActivation, TCP Port Sharing. Click the OK button.
Open IIS=> in Connections panel=> expand Sites=>Select your website=>Go to Right site Action Pane=> click on Advanced Settings=> Expand the ‘Behavior’ section In the field ‘Enable Protocols’ set these below values by commas,
For activating TCP protocol set ‘net.tcp’
Hope this resolves your Query !!
--If the reply is helpful, please Upvote and Accept it as an answer–