wwwebserver::cIISVirtualPath

IIS Metabase path for the Web site to work on if the site is IIS4/5 or later.

You can prompt for a list of all Web sites with the IISWebSites class:

SET CLASSLIB TO webserver addit

* ** PRIVATE Values set by Modal form
pcIISPath = ""
pcWebSite = ""
o = CREATE("IISWebSites")
o.Show()

* ** Values will contain selection
? pcIISPath
? pcWebSite
o.cIISVirtualPath

Parameters

Default: IIS://LOCALHOST/W3SVC/1/ROOT (the default Web Site)

See also

Class wwwebserver

© West Wind Technologies, 2025 • Updated: 2025-03-12
Comment or report problem with topic