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:
parent
3b81883a25
commit
a2beec7fe4
80 changed files with 9236 additions and 1762 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue