Fix Web Deploy Path for Web Deploy 3
This commit is contained in:
parent
fce595e55d
commit
b71467e82d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue