EnterpriseWebLibrary.InstallationSupportUtility.InstallationModel.ExistingInstallationLogic.startWebSite C# (CSharp) Method

startWebSite() private method

private startWebSite ( string webSiteName ) : void
webSiteName string
return void
        private void startWebSite( string webSiteName )
        {
            if( siteExistsInIis( webSiteName ) )
                EwlStatics.RunProgram( appCmdPath, "Start Site \"" + webSiteName + "\"", "", true );
        }