OpenWebsiteOptions Enumeration
Specifies how the Web site can be opened.
Assembly: VsWebSite.Interop (in VsWebSite.Interop.dll)
| Member name | Description | |
|---|---|---|
| OpenWebsiteOption_None | Open the Web site with no special options. | |
| OpenWebsiteOption_UseFrontpageForLocalhost | Open the Web site with the local IIS Web server (localhost) using Front Page server extensions, This value is ignored in all other cases. | |
| OpenWebsiteOption_UsePassiveFTP | Open the Web Site with FTP in passive mode. This option is ignored for non-FTP Web sites. |
The OpenWebsiteOptions enumeration is used by the OpenWebSite method.
Show: