Remove all HTTP bindings from an IIS 6 site while leaving SSL bindings
- by MikeBaz
We have a (remote, via a reseller) customer who configured their IIS6 server to not have any port 80 HTTP bindings, only port 443 SSL bindings. We would like to reproduce this without going through the three layers (!) to get to the customer to test some error scenerios.
However, whenever I try to get IIS to not listen on IIS at all, I can't do…