tags:

views:

83

answers:

1

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?

+2  A: 

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.

blowdart