Asp.net? in't that a way to catch a snake?
SSL Host Headers? Does it really exist?
Yes however somewhat tricky.
http://technet2.microsoft.com/WindowsServer/en/library/1032c063-e372-4875-9a31-d6de8e1e87921033.mspx?mfr=true
In short, to add an SSL host header, run the following: cscript.exe adsutil.vbs SET /w3svc/<site identifier>/SecureBindings “:443:<host header>“
To get the site identifier you can run the following: cscript.exe adsutil.vbs ENUM Path “/P”
Pingback from How to use SSL and Host Headers - Mike Dopp