, , , , .
, Metabase IIS, IIS6 XML-.
IIS6 systemroot\system32\inetserv\metabase.xml node
//MBProperty/IIsWebServer [@ServerComment = $WebSiteName]/serverBindings
In IIS7, get the file systemroot \ system32 \ inetserv \ config \ applicationHost.config (this is xml, despite the extension .config) and look at node /configuration/system.applicationHost/sites/site [@ name = '$ WebSiteName']
source
share