if ( DeploymentSetup.GetBrowserProperty("DeploymentSessionID") != "" && DeploymentSetup.GetBrowserProperty("DeploymentSessionID") != DeploymentSetup.DeploymentSessionID ) { DeploymentSetup.LoadSettings( "HostExplorer Web Deployment", DeploymentSetup.GetBrowserProperty( "DeploymentSessionID" ) ); window.location.replace(DeploymentSetup.GetProperty("Redirect")); }