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 the pipe: The pipe is being closed. (232, 0xe8).
We r using netNamedPipe binding..hosted in windows service..This error is for uploading over 6KB..No issue in downloading..I have increased the timeout and max message size values to large ones..but still error is there..