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
|
||||
}
|
||||
}
|
||||
|
|
|
@ -59,6 +59,7 @@
|
|||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>..\..\Lib\Ionic.Zip.Reduced.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Microsoft.Practices.EnterpriseLibrary.Caching, Version=3.1.0.0, Culture=neutral, processorArchitecture=MSIL" />
|
||||
<Reference Include="Microsoft.Web.Administration, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>..\..\Lib\References\Microsoft\Microsoft.Web.Administration.dll</HintPath>
|
||||
|
@ -67,6 +68,10 @@
|
|||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>..\..\Lib\References\Microsoft\Microsoft.Web.Management.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Microsoft.Web.PlatformInstaller, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>..\..\Lib\Microsoft.Web.PlatformInstaller.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System" />
|
||||
<Reference Include="System.Data" />
|
||||
<Reference Include="System.DirectoryServices" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue