From f3932d59f5f15742c56b6df5c3ea6804c5ed21fa Mon Sep 17 00:00:00 2001 From: ruslanht Date: Thu, 20 Dec 2012 12:28:38 +0200 Subject: [PATCH] Helicon Ape: registration fix --- .../Sources/WebsitePanel.Providers.Web.IIS70/IIs70.cs | 11 +++-------- .../WebsitePanel/ProviderControls/IIS70_Settings.ascx | 3 +-- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/IIs70.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/IIs70.cs index ee2b6b72..e62caa88 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/IIs70.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/IIs70.cs @@ -2180,14 +2180,9 @@ namespace WebsitePanel.Providers.Web WebSite webSite = null; using (ServerManager srvman = webObjectsSvc.GetServerManager()) { - // - if (String.IsNullOrEmpty(siteId)) - - - // Helicon.Ape.ApeModule works for apps working in Integrated Pipeline mode - // Switch automatically to the app pool with Integrated Pipeline enabled - webSite = webObjectsSvc.GetWebSiteFromIIS(srvman, siteId); - // + // Helicon.Ape.ApeModule works for apps working in Integrated Pipeline mode + // Switch automatically to the app pool with Integrated Pipeline enabled + webSite = webObjectsSvc.GetWebSiteFromIIS(srvman, siteId); if (webSite == null) throw new ApplicationException( String.Format("Could not find a web site with the following identifier: {0}.", siteId)); diff --git a/WebsitePanel/Sources/WebsitePanel.WebPortal/DesktopModules/WebsitePanel/ProviderControls/IIS70_Settings.ascx b/WebsitePanel/Sources/WebsitePanel.WebPortal/DesktopModules/WebsitePanel/ProviderControls/IIS70_Settings.ascx index 586cacb2..f6ad5853 100644 --- a/WebsitePanel/Sources/WebsitePanel.WebPortal/DesktopModules/WebsitePanel/ProviderControls/IIS70_Settings.ascx +++ b/WebsitePanel/Sources/WebsitePanel.WebPortal/DesktopModules/WebsitePanel/ProviderControls/IIS70_Settings.ascx @@ -469,8 +469,7 @@ -
- Uncheck this box to enable managing Helicon Ape using hosting plan policies. + (Uncheck this box to enable managing Helicon Ape using hosting plan policies.)