Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Apache 的Include指令包括服务器配置文件中的其他配置文件。例如,
Include /usr/local/apache2/conf/vhosts/*.conf
IIS7 是否有类似的指令来包含其他配置文件?
是的 - 请查看以下任何/所有内容:
web.config 可以从外部 xml 文件中读取吗?
将 IIS7 url rewrite 部分移出 web.config 文件
IIS7 urlrewrite 模块 - 外部 xml 文件中的规则