My WCF service is being hosted as a Windows managed service, so I’m unsure of whether or not I can still use the netTcpBinding. I’ve tried following a couple of guides at MSDN, but for some reason my service always fails to start whenever I do the switch from basicHttpBinding. Perhaps there are additional steps that services outside of the IIS are required to undergo?
Share
Yes you can host WCF service with netTcpBinding outside of IIS, in Windows service or even Console Application if you want to.
Here is config file sample:
[Edit]
Problems with your config file: