Friday, January 21, 2011

How To Configure SSL Host Headers in IIS 6

cmd
cd C:\Inetpub\AdminScripts
cscript.exe adsutil.vbs set /w3svc//SecureBindings ":443:"
is the host header value for the Web site (www.myothersite.com). is the IIS site ID displayed when looking at all the websites in IIS.

No comments:

Post a Comment