How to setup a test HTTPS site under IIS
I have a WCF service that I would like to run on https开发者_开发问答:// how can I setup a test site on local host for this?
You can mimic this, to a certain extent with a self signed certificate. How you get one depends on your version of IIS - IIS7 has built in functionality for this, IIS6 needs you to use makecert.
精彩评论