Commit Contribution from Helicon

Includes:

- complete re-write of Web Application Gallery
- Addition of Web PI Installer in Server module
This commit is contained in:
omara_vworks 2012-07-19 13:16:33 -04:00
parent 3b81883a25
commit a2beec7fe4
80 changed files with 9236 additions and 1762 deletions

View file

@ -59,6 +59,7 @@ using WebsitePanel.Providers.Web.WebObjects;
using WebsitePanel.Providers.Web.Iis.Common;
using WebsitePanel.Providers.Web.Iis;
using Ionic.Zip;
using WebsitePanel.Providers.WebAppGallery;
using WebsitePanel.Server.Utils;
using WebsitePanel.Providers.Web.Delegation;
@ -3176,7 +3177,7 @@ namespace WebsitePanel.Providers.Web
public const string WDeployAppPoolConfigEditor = "WDeployAppPoolConfigEditor";
private void SetupWebDeployPublishingOnServer(List<string> messages)
private void SetupWebDeployPublishingOnServer(List<string> messages)
{
if (IsWebDeployInstalled() == false
|| String.IsNullOrEmpty(ProviderSettings[WDeployEnabled]))
@ -4026,5 +4027,11 @@ namespace WebsitePanel.Providers.Web
return sslObjectService.CheckCertificate(webSite);
}
#endregion
#region Web Platform Installer Application Gallery
// moved down to IIs60
#endregion
}
}