web developer tips (42):用IIS配置编辑器生成脚本来更新配置
2009-09-03 – 00:06
原文地址:ConfigurationEditor allows you to generate C#, JavaScript or AppCmd script to update configuration
如果你想写段脚本来添加或更新已经存在的配置,无论配置文件属于那种类型的,比如 administration.config, applicationHost.config 或 网站 或 应用程序的 web.config),你都可以安装配置编辑器(Configuration Editor)来实现,它是IIS管理包的一部分,使用”生成脚本”的功能,用来更新配置,真的是非常有用的功能。
有关IIS配置编辑器模块的安装和下载见:
http://www.watch-life.net/visual-studio/configurationeditor-update-configuration.html
32-bit 管理......[阅读全文]
分类: Visual Studio | 没有评论 »

