isapi.install.LocateWebServerPath

LocateWebServerPath(description)

Find an IIS web server whose name or comment matches the provided description (case-insensitive).

Parameters

description :

description

Comments

or

>>> LocateWebServerPath('1') #doctest: +SKIP

>>> LocateWebServerPath('Default Web Site') # doctest: +SKIP