How to host net named pipe binding enabled wcf application in iis?
问题 I have a following configuration in my wcf service <endpoint address="" binding="netNamedPipeBinding" contract="WcfWithNamedPipe.IService1" bindingConfiguration="WcfWithNamedPipe.netNamedPipeBinding"> </endpoint> can any one suggest me how to host this wcf service in iis using netNamedPipe binding? 回答1: To get Named pipes to work on IIS you must enable Windows Process Activation Service (WAS) on IIS and configure the site that you are using to allow named pipes. For details see: http://msdn