Skip to content

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.

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages