Reputation: 95
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?
Upvotes: 0
Views: 372