I am using IIS V5.1 I have wcf service application for which I am using security mode = Transport. and wshttpbinding.
How can I Configure the Virtual Directory to Require SSL ?
I am using IIS V5.1 I have wcf service application for which I am using security mode = Transport. and wshttpbinding.
How can I Configure the Virtual Directory to Require SSL ?
You need to install a server certificate for your web site to enable SSL for a virtual Directory.
See Microsoft for details about setting up ssl.
You will need to get a server certificate from somewhere you can create a self-signed certificate by following these instructions.