fix comments of wsp-10299 Web Publishing not created in IIS 8.5

This commit is contained in:
Alexander Trofimov 2015-01-30 16:28:04 +07:00
parent 0e130a7af0
commit 880c241683
2 changed files with 20 additions and 0 deletions

View file

@ -4133,6 +4133,9 @@ namespace WebsitePanel.Providers.Web
// Restore setting back
ServerSettings.ADEnabled = adEnabled;
}
//
RemoveDelegationRulesRestrictions(siteName, accountName);
}
private void ReadWebDeployPublishingAccessDetails(WebVirtualDirectory iisObject)