I have an HttpModule that I want to register in a child web.config (ie. not in the application level web.config). Now, the HttpModule works fine when it's in the application's root web.config.. but. if I put it in the web.config of one of the subdirectories.. it doesn't fire at all (ie the Init Method never fires).
I looked in the MSDN documentation and it says thatte httpModules element can be configured at any web.config level. If this is the case, what gives?
ps. I haven't posted the code for the module because I've proven functionality, just not when I move it to the desired config level.
Any thoughts?
--D
** Remember to mark posts as the answer to help future users. **
Visoft, Inc -
Web Site |
Blogs