0
votes

I am trying to implement WCF Transport security.
i have already done the configuration part. ie set the binding security mode, enabled https and ClientCredentialType.
my services are hosted in a console application.
i have created a certificate using makecert.exe.
what should i do next?
how should i let my web application and services use the certificate?
is there any iis configuration i should do?

1
So your website is the wcf client? What do your config files look like?Nathan
yes my website is the wcf client...Lora

1 Answers

1
votes

You need to configure the service port with the certificate. See here and here for details.