Expert Exchange
asked on
How Can I Disable Port 443 on IIS on Windows XP SP3?
Is there a way to disable port 443 on IIS on Windows XP SP3,
using the Internet Information Services ?
if not possible through the GUI, what would be the alternative in CMD ?
Thanks,
using the Internet Information Services ?
if not possible through the GUI, what would be the alternative in CMD ?
Thanks,
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
To use 443 later you can run,
c:\inetpub\adminscripts\> adsutil set w3svc/1/securebindings ":443:"
c:\inetpub\adminscripts\> adsutil set w3svc/1/securebindings ":443:"
ASKER
Great, big thanks again ..
ASKER
what would be the command to put it back or enable it again ?