tags:

views:

2271

answers:

2

Hello everyone,

I am using VSTS 2008 + .Net 3.5 + C# to develop a console application as a WCF cient, and host WCF service in IIS 7.0 at server side (server using Windows Vista x64).

Currently, my WCF client and server works quite well with http. Now I want to add https support and still use basicHttpBinding. Any easy to learn tutorials? I do not want to make too much modification to my WCF client/server and want to find a way which involves minimal code change. :-)

BTW: for IIS server certificate, I want client side to accept all server certificate. And I just use https encryption feature.

thanks in advance, George

+1  A: 

here you can find useful examples

ArsenMkrt
I searched for "https" but find nothing. Which sample do you mean?
George2
try to find in "certificates" or "Security" examples
ArsenMkrt
+2  A: 

See those excellent articles:

Marc

marc_s
Very nice stuff, thanks Marc!
George2