How to use a network-bound wcf application named named pipe in iis?

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?

+5
source share
2 answers

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.

, , , , .

+5

. Windows 8 (, , ?) " Windows", :

enter image description here

net.pipe IIS. node , " ". , , http . , net.pipe OK, .

Adding net.pipe to IIS

, .

0

All Articles