【发布时间】:2015-05-06 10:12:46
【问题描述】:
我正在尝试修改this Octopus Deploy step template 以在新创建的应用程序上启用anonymousAuthentication
我的应用程序有一个父站点,所以它会是这样的
MyParentSite\MyChildSite
是否可以定位到 parentSite \ name 类似下面的东西?
Set-WebConfigurationProperty
-filter /system.WebServer/security/authentication/anonymousAuthentication
-name enabled
-value true
-location $parentSite\$name
还是我使用了错误的属性?
【问题讨论】:
标签: powershell iis octopus-deploy