Skip to content

geeksarray/configure-iis-for-wcf-service-with-ssl-and-transport-secuirty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Configure IIS for WCF service with SSL and transport security

This article will help you to configure IIS for WCF service with SSL and achieve WCF Transport security. It uses a WCF service, create a SSL certificate using IIS Server Certificates with WCF service hosted in IIS.

In Windows Communication Foundation Transport security is dependent on the binding and transport being used. It requires an SSL certificate to be registered with IIS. For a production environment, you must obtain the certificate from third party certificate issuer like Verisign. In Transport Security server and clients are configured with X.509 certificates to allow verification of other parties.

Application

  1. WCF Service - WCF service implemented for IProduct service contract.

  2. WCF Service client - WCF service client consume Product Service from Northwind WCF Service.

Below picture shows required configuration on IIS

WCF Service Transport level security

For detailed steps on visit Configure IIS for WCF service with SSL and transport security

About

This article will help you to configure IIS for WCF service with SSL and achieve WCF Transport security. It uses a WCF service, create a SSL certificate using IIS Server Certificates with WCF service hosted in IIS.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages