User1967119864 posted
I have a project with 2 httpModules in use. Both my httpModules need only to execute on one specific page, so in my BeginRequest I check in this in the page to execute on, and if not i just "return". I feel this solution could take up resources, how can
i change stuff so that the specic httoModules is only attached to the page i need it to attach to ?? .
If I make a new web.config file in the folder with the page, and try to attach the httpModule for only this folder, it is not working, it seems like httpModules can only be attach in project roots
??
Best regards Anders, Denmark.