I use VSTS 2008 + .Net 3.5 + C # to develop a console application as a WCF server and WCF host service in IIS 7.0 on the server side (server using Windows Vista x64).
Currently my client and WCF server work fine with http. Now I want to add support for https and still use basicHttpBinding. Any easily taught lessons? I do not want to make too many changes for my WCF client / server and I want to find a way that requires minimal code change. :-)
BTW: for an IIS server certificate, I want the client side to accept the entire server certificate. And I just use the https encryption function.
thanks in advance George
source
share