用于访问 system.webServer 的基本 IIS 7 web.config 在哪里以及如何通过代码编辑它
我希望将 HttpModule 添加到 Web 服务器上的所有站点。对于不以管道模式运行的站点,这很容易,因为您将模块放置在基本 web.config 中。
由于 IIS 7 管道 ASP.Net 应用程序使用 web.config 的 system.webServer 部分,并且这似乎不在基本 web.config 文件中,因此此全局更改会去哪里?
提前致谢
I am looking to add an HttpModule to all sites on a web server. For sites not running in pipeline mode this is easy as you place your module in the base web.config.
As IIS 7 pipeline ASP.Net applications use the system.webServer section of the web.config and this doesn't appear to be in the base web.config file, where does this global change go?
thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我想在machine.config中,看看另一个条目:
machine.config 中的 system.webserver 部分
I would imagine in machine.config, take a look at this other entry:
system.webserver section in machine.config