web.config 条目在特定站点中不起作用
在我的 web.config 文件中,我添加了一个条目:
<添加类型=“HDI.HTTPFilter”名称=“HTTPFilter”/>
但我放置网站的服务器没有读取此条目
但在其他服务器上该网站运行良好。
可能是什么问题?
谢谢,
伊晒
in my web.config file i've added an entry:
<httpModules>
<add type="HDI.HTTPFilter" name="HTTPFilter"/>
but the server where i've placed the website on is not reading this entry
but in other servers the site works perfectly.
what the problem might be?
thanks,
yishai
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
也许您的服务器具有不同的操作系统,这就是它们给出不同结果的原因。
在 IIS6 (Windows Server 2003) 中
在 II7 (Windows Server 2008) 中,您需要将模块放入
Maybe your servers have different operating systems and that's why they are giving diferent results.
In IIS6 (Windows Server 2003)
In II7 (Windows Server 2008) you will need to put your module inside
<system.webServer>