At 04:52 PM 11/18/2004, Yussef Alkhamrichi wrote: >I've one other question: I have manually installed the Apache.Web.dll in the >GAC. If I remove it from GAC and remove all instances of Apache.Web.dll from >my server and start Apache the Apache.Web.dll somehow appaers in the GAC >again. Anyone?
If you built from the tree, it's registered by-reference. That's probably sub-optimal, but it compensates for the fact that it's nearly impossible to inject the debugger unless the module is based in it's build tree (to thoroughly inspect the sources.) Bill