From b71467e82d69bb1bfdb0b2f215f87fd81341e791 Mon Sep 17 00:00:00 2001 From: Virtuworks Date: Wed, 5 Dec 2012 20:05:23 -0500 Subject: [PATCH] Fix Web Deploy Path for Web Deploy 3 --- WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/IIs70.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/IIs70.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/IIs70.cs index a51c4dff..7aed795b 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/IIs70.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/IIs70.cs @@ -3740,7 +3740,7 @@ namespace WebsitePanel.Providers.Web // try { - var msdeployRegKey = Registry.LocalMachine.OpenSubKey(@"SOFTWARE\Microsoft\IIS Extensions\MSDeploy\2"); + var msdeployRegKey = Registry.LocalMachine.OpenSubKey(@"SOFTWARE\Microsoft\IIS Extensions\MSDeploy\3"); // var keyValue = msdeployRegKey.GetValue("Install"); // We have found the required key in the registry hive