Does a WCF Service that runs over tcp.net require IIS -


I am trying to employ a WCF service that has a nettapbinding on remote server (and a max for metadata TCPBing) (Win 2008 R2) without installing IIS.

The problem is that whatever I am trying to tell is telling me that I need different IIS components installed on the remote box. Is this really the case? I think, with a TCPNenet connection, I should be OK without IIS.

You do not need IIS, this is an MSDN article that is how to:

< P> It seems that it is quite elaborate and easy.


Comments