embenubbup172
New Member
I'm using ASP.NET, and IIS web server. I want to use HTTPS protocol on my web site. In my IIS web server, I binded my web site on port 443 using following procedure:[*]Open IIS[*]Chose site I want to configure (in my case "My Test site")[*]Click Bindings on right side of window[*]In new window I deleted http, and added https (IIS asks you acertificate file, which I previously created)[*]Click OK[*]Click browse on right side of IIS windowAm I using HTTPS now, and is all my data is encrypted?