The net.pipe tag has no wiki summary.
1
vote
1answer
33 views
Getting exception in wcf service - The protocol 'net.pipe' is not supported
I have deployment of WCF service on IIS 7 with support for Non-HTTP enabled
Under one project, I have exposed 8 different services with wsHttp endpoints which works fine.
I want to also expose ...
1
vote
1answer
934 views
Adding Service Reference to a net.pipe service
I have started learning WCF and have created a few test http services successfully. Now, i was trying to create a self-hosted WCF service using net.pipe binding. Below is the configuration file for ...
0
votes
1answer
275 views
Binding information field when adding a new net.pipe binding
What's the use of the binding information field when adding a new net.pipe binding in IIS? I've been told to enter a * in it, but I want to know what it's used for.