OpenWebsiteOptions Enumeration
Visual Studio 2005
Specifies how the Web site can be opened.
Namespace: VsWebSite
Assembly: VsWebSite.Interop (in vswebsite.interop.dll)
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.