This is a mirror of official site: http://jasper-net.blogspot.com/

Enabling SSL for a WCF Service

| Wednesday, February 1, 2012
Last week a reader mailed me with some questions about my “WCF over HTTPS” blog post, which I wrote almost 3 years ago.

I created some sample code to help him enable SSL for a WCF service. Last year this was my most popular article, so I thought it would make sense to create a new up-to-date version that shows you step-by-step how to enable SSL for a WCF service with as little fuss as possible.

Let’s get started…

Table Of Contents

    Introduction
    Step 1 – The Service
    Step 2 – Configuration
    Step 3 – Hosting The Service
    Step 4 – SSL Certificate
    Step 5 – Enable SSL
    Step 6 – Consume The Service

Step 1 – The Service

First we are going to create a simple and easy-to-use WCF service. Start up Visual Studio 2010 and create a new blank solution called “SslEnabledWcfService”. Next add a new class library project to it called “CustomerService”.

Read more: Christophe Geers' Blog
QR: http://chart.googleapis.com/chart?chs=80x80&cht=qr&choe=UTF-8&chl=http://cgeers.com/2012/01/30/enabling-ssl-for-a-wcf-service/

Posted via email from Jasper-net

0 comments: