Saturday, April 9, 2011

Problem: Host WCF service with netTcpBinding on IIS6

Impact: Service will not work

Solution: IIS 6 does not support netTcpBinding, in order to use netTcpBinding host you service on IIS 7 or change the binding to wsDualHttpBinding or any other http binding if you want to use IIS 6.

Following are the few bindings that you can use with IIS6:
  • basicHttpBinding
  • wsDualHttpBinding
  • wsHttpBinding

No comments:

Post a Comment