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
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>