anilr: The equivalent setting on IIS7 is
%windir%\system32\inetsrv\appcmd.exe set config "Default Web Site" -section:system.webServer/serverRuntime -alternateHostName:<value>
When I attempt this command on the server when logged in as Administrator, I received the error...
ERROR ( message:Can not set attribute "alternateHostName" to value kiosk2test.domainname.com".. Reason: This configuration section cannot be used at this path. This happens when the section is locked at a parent level. Locking is either by default (overrideModeDefault="Deny"), or set explicitly by a location tag with overrideMode="Deny" or the legacy allowOverride="false"
Additional background information is that our site has SSL enforced across the site.
Any ideas on what to try next?
Your help is greatly appreciated.
-Randy