Site icon port135.com

Missing bindings in IIS (net.tcp, net.pipe, net.msmq, msmq.formatname)

IIS uses site bindings to redirect traffic to corresponding web applications. Site bindings depend on listener adapters. The most common listener adapters (site binding types) are http, https, and ftp.

In some cases, you may want to use uncommon listener adapters such as net.tcp, net.pipe, net.msmq, and msmq.formatname. If you configure IIS correctly, you should see all of these adapters in the “Add Site Binding” window:

What if you don’t see some of the binding types in this list? Follow the steps below to troubleshoot and solve this missing bindings issue.

Solution for missing bindings in IIS

If IIS doesn’t show one or more of these bindings (net.tcp, net.pipe, net.msmq, msmq.formatname), follow the steps below.

Are you looking for a way to enable Assembly Binding? Check this post out: How to enable Assembly Binding Logging debugging .NET applications?

Exit mobile version