我们将把服务器推向生产阶段,以取代目前的生产服务器
我的问题是,这是一种在生产中进行测试后动态构建脚本以将配置更新应用于生产的方法.
我们不能使用共享配置,因为并非所有站点都相同,而是我们希望能够通过脚本方法更新它们.除非有更好的方法.
当你通过他们的向导并且你可以选择构建脚本时,我正在考虑类似sql的东西.
IIS 8.5有什么类似的东西吗?
Creates a script of the actions that you have recently performed. Opens the Script Dialog window that displays the script for your action in three programming languages: C#,JavaScript,and AppCmd. The generate script functionality is only enabled after you take an action,such as changing the value of a property. You must generate a script that includes your action before you click Apply.
Note that the script will not include immediate actions,such as locking a section,editing a collection,or reverting to parent.
打开配置编辑器,然后修改定义自定义配置的元素和属性.修改后,您将看到“生成脚本”操作已启用.
单击此按钮,您将看到更改为C#,AppCmd或PowerShell.
然后,您可以将每个更改组合到一个脚本中,您可以使用Chocolatey,DSC,SaltStack,Puppet等进行自动化.