Hi I have a SL4 application which uses a WCF service using net.tcp binding. If i remove http from the protocols of the service in IIS (Advanced settings ) and keep only net.tcp , the service fails with an error saying that the service could not be activated. Does http need to be added to the proptocols of the service in IIS for the net.tcp to work? i cannot enable http on IIS for the service protocols. are there any workarounds
thanks Ben