Fallback IP address used by SiteBuilder for accessing to the publishing location through HTTP protocol.
[C#]
public string FallbackIP { get; set; }
Remarks
SiteBuilder requires the HTTP access to the publishing location. It is used for the various purposes such as: checking/validating the environment (presence/version ASP.NET, database support, permissions) on the target site, modules data maintenance etc. URL to the target site is specifed by the WebSiteUrl property.
The domain name specified by the WebSiteUrl property may not be available to the immediatelly resolution through DNS, i.e. when SiteBuilder is working in a shared hosting environment. In such cases, SiteBuilder attempts to use IP address (if specified) from the FallbackIP property. "Host" headers in the HTTP requests will be set to the domain name from the WebSiteUrl property.
If no IP address is specified in the FallbackIP property, the following publishing settings are used:
FTP host address for FTP publishing mode
IP address received through VZAgent API (ve_info) for VPS publishing mode