LocateWebServerPath(description)
Find an IIS web server whose name or comment matches the provided description (case-insensitive).
>>> LocateWebServerPath('1') #doctest: +SKIP>>> LocateWebServerPath('Default Web Site') # doctest: +SKIP