【发布时间】:2020-11-13 21:41:10
【问题描述】:
我到处搜索,找不到任何关于此的文档。我的猜测是它可能继承了机器密钥?提前致谢。
<MsDeploySourceManifest Include="runCommand">
<path>C:\Windows\Microsoft.NET\Framework\v4.0.30319\aspnet_regiis -pe "connectionStrings" -site $(DeployIisAppPath) -app "/"</path>
<waitInterval>2000</waitInterval>
<dontUseCommandExe>True</dontUseCommandExe>
<successReturnCodes>0</successReturnCodes>
<AdditionalProviderSettings>waitInterval;dontUseCommandExe;successReturnCodes</AdditionalProviderSettings>
</MsDeploySourceManifest>
【问题讨论】:
标签: msbuild asp.net-4.5 aspnet-regiis.exe