B
Brian
My root app uses some basic url rewriting in an http module. This
interferes with an application I've just installed in a subdirectory
Removing the httpmodule reference from the web.config in the root app
makes both of the apps work together fine but for obvious reasons I'd
prefer another solution.
I tried using a <location> element in the root web.config to 'clear'
the httpmodule AND I tried clearing in the web.config of the
subdirectory app. No luck with either one... unless I was doing
something wrong.
Any ideas why this isn't working for me? What sort of details do I
need to provide to get some of the helpful advice I see here so often?

-
Brian
interferes with an application I've just installed in a subdirectory
Removing the httpmodule reference from the web.config in the root app
makes both of the apps work together fine but for obvious reasons I'd
prefer another solution.
I tried using a <location> element in the root web.config to 'clear'
the httpmodule AND I tried clearing in the web.config of the
subdirectory app. No luck with either one... unless I was doing
something wrong.
Any ideas why this isn't working for me? What sort of details do I
need to provide to get some of the helpful advice I see here so often?
-
Brian