Search code examples
wcfiiswcf-hosting

Can I use IIS to host WCF services with transport other than HTTP?


I've searched and didn't find any question similar, so I'm asking.

Is it possible to use IIS with transport other thna HTTP?

If so, how to configure it?


Solution

  • Yes. This can be done in IIS7. You have to enable the protocols that you want to use and then just create the appropriate endpoints for your service. Here's an example of doing that using net.tcp as the transport.

    alt text
    (source: singingeels.com)

    alt text
    (source: singingeels.com)