geeksarray / hosting-wcf-service-with-nettcpbinding-or-netnamedpipebinding-in-iis

This article describes your necessary actions to host your WCF services with netTcpBinding or netNamedPipeBindings in IIS. IIS supports HTTP or HTTPS protocols by default however to use netTcpBindings or netNamedPipeBinding you need to manage some settings in IIS.

Home Page:https://geeksarray.com/blog/hosting-wcf-service-with-nettcpbinding-or-netnamedpipebinding-in-iis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hosting WCF service with netTcpBinding or netNamedPipeBinding in IIS

This article describes your necessary actions to host your WCF services with netTcpBinding or netNamedPipeBindings in IIS. IIS supports HTTP or HTTPS protocols by default however to use netTcpBindings or netNamedPipeBinding you need to manage some settings in IIS.

Project

  1. Northwind WCF Service - with netTcpBinding and netNamedPipeBinding exposed.

  2. NorthwindHost - windows installer to host WCF Services.

For netTcpBinding or netNamedPipeBinding in WCF you will have to make some settings in Windows Services like

Hosting WCF service with netTcpBinding or netNamedPipeBinding in IIS

For more detailed description please visit - https://geeksarray.com/blog/hosting-wcf-service-with-nettcpbinding-or-netnamedpipebinding-in-iis

About

This article describes your necessary actions to host your WCF services with netTcpBinding or netNamedPipeBindings in IIS. IIS supports HTTP or HTTPS protocols by default however to use netTcpBindings or netNamedPipeBinding you need to manage some settings in IIS.

https://geeksarray.com/blog/hosting-wcf-service-with-nettcpbinding-or-netnamedpipebinding-in-iis


Languages

Language:C# 100.0%