PipeMethodCalls icon indicating copy to clipboard operation
PipeMethodCalls copied to clipboard

Hosting in IIS

Open e012345678 opened this issue 2 years ago • 1 comments

I have implemented this library in my app. It works great in development mode (Kestrel). However, it does not work when I deploy my isntances to IIS. Do you happen to know what is needed to use this in IIS? What setting/option do we need to enable?

e012345678 avatar Mar 31 '23 07:03 e012345678

I've never tried it, but it looks like you need to enable named pipes in IIS: https://stackoverflow.com/questions/12365636/how-to-host-net-named-pipe-binding-enabled-wcf-application-in-iis

RandomEngy avatar Mar 31 '23 14:03 RandomEngy