S
simon
Hi,
I created one http module. If I put my module(testModule.dll) into bin
folder of my application and I put this into config file:
<httpModules>
<add name="testModul" type="testModule.checkModul,
testModule" />
</httpModules>
my module works. Now I would like that this module executes for all
applications on my web server. So I move this config section into root
folder of my web server. It still works but only for application which
has this dll into it's root folder.
Where I should put my testModule.dll that it would work for all
applications on my web server? Or what is the process to achieve that?
thank you for your answer,
Simon
I created one http module. If I put my module(testModule.dll) into bin
folder of my application and I put this into config file:
<httpModules>
<add name="testModul" type="testModule.checkModul,
testModule" />
</httpModules>
my module works. Now I would like that this module executes for all
applications on my web server. So I move this config section into root
folder of my web server. It still works but only for application which
has this dll into it's root folder.
Where I should put my testModule.dll that it would work for all
applications on my web server? Or what is the process to achieve that?
thank you for your answer,
Simon