Search code examples
.netwcfwcf-bindingnettcpbindingbasichttpbinding

Change WCF Service Binding From basichttp to nettcp


What is the easiest way of changing the binding of a WCF service from basichttp to nettcp? Surely you don't have to edit the file manually as there is just too much scope for error.


Solution

  • I recommend using the WCF Service Configuration Editor if you want to avoid errors introduced with manual editing.