【发布时间】:2012-11-28 09:39:22
【问题描述】:
似乎使用
【问题讨论】:
标签: asp.net deployment azure machine.config
似乎使用
【问题讨论】:
标签: asp.net deployment azure machine.config
我认为您可以通过启动任务来执行此操作。在此处查看@smarx 的答案:Modifying machine.config on Azure compute instances
运行 appcmd 的批处理文件可能是最简单的方法 IIS 设置。
一些资源:
MSDN: How to Define Startup Tasks for a Role
Azure: How to execute startup tasks for each site entry at webrole?
Utilizing the Power of Startup Tasks in Your Windows Azure Web Role
而且,特定于从启动任务管理 machine.config:
https://github.com/Aaronontheweb/azure-webroleperformance-scripts
【讨论】: