Fix Web Deploy Path for Web Deploy 3

This commit is contained in:
Virtuworks 2012-12-05 20:05:23 -05:00
parent fce595e55d
commit b71467e82d

View file

@ -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