this refers to CVE: CVE-2000-0649
appcmd.exe set config "SiteName" -section:system.webServer/serverRuntime /enabled:"True" /commit:apphost
appcmd.exe set config "SiteName" -section:system.webServer/serverRuntime /alternateHostName:"development-server-iis.local" /commit:apphost
the solution was found here: internal-ip-address-leak-iis10
my Question - Since I have many websites hosted on a single server, not all of them "named" - how to I make this setting work for all sites on that server ?