Tagged Questions
5
votes
2answers
7k views
What is the maximum size that maxReceivedMessageSize can be set to for a NetNamedPipeBinding?
I noticed that 2147483647 seems to be a popular choice for maxReceivedMessageSize but is this the limit?
3
votes
3answers
615 views
Using WCF's net.pipe in a website with impersonate=true
I'm trying to use WCF named pipes in a web site, and it's failing with errors:
There was no endpoint listening at net.pipe://localhost/mypipename that could accept the message. This is often caused ...
1
vote
2answers
364 views
No endpoint listening at net.pipe exception
I have many WCF services and I need to call one service from another. I decided to use netNamedPipeBinding for this purpose.
My web.config file looks like this. (I have not copied irrelevant stuff ...
0
votes
1answer
350 views
wcf file upload netnamedpipe pipe closed error
I am uploading a file in asp.net..via file upload control. I am taking the stream from posted file and convert to byte array and pass to service.
I am getting this error:here was an error writing to ...