We have written an ISAPI Extension that sits along side the davex.dll
extension provided with Exchange 2003. Our extension sits above the
davex.dll (in terms of the 'order of implementation') and performs some
additional processing. However, I have now reached a particular situation
where I don't want the davex.dll extension to be called as it overwrites all
the work my extension has done. How can I dynamically prevent IIS from
calling davex.dll?
Thanks for any advice
Alan.