I have the following configuration in my wcf service
<endpoint address="" binding="netNamedPipeBinding" contract="WcfWithNamedPipe.IService1" bindingConfiguration="WcfWithNamedPipe.netNamedPipeBinding"> </endpoint>
can anyone suggest me how to host this wcf service in iis using netNamedPipe binding?
For Named Pipes to work in IIS, you must enable Windows Process Activation Service (WAS) in IIS and configure the site that you use to enable named pipes.
For more details see: http://msdn.microsoft.com/en-us/library/ms752253.aspx
Like Cybermax in the comment, it is a good idea to get it working with basic http binding in the first place.
, , , , .
. Windows 8 (, , ?) " Windows", :
net.pipe IIS. node , " ". , , http . , net.pipe OK, .
http
, net.pipe
, .