>
> What is it you are trying to do?
> Not sure if its a fit, but have a look at ELMAH.
> https://code.google.com/p/elmah/
> It sounds like what you might be looking for. (am guessing though)
>

I had a look around ELMAH and followed some links, and it looks like it's
specifically geared for ERROR detection and reporting, not general logging.
I went looking for information on how he implements his modules, but the
samples only show how to wire it up for a single application. No where can
I find a description of where the DLL file lives or how to apply it
globally. I'm still searching ... Greg

P.S. History: For several years I had a C++ ISAPI extension running to trap
all requests and log them to a cyclic buffer in memory. I had other code to
inspect that buffer and I could then see almost in real-time what was
hitting my server. That C++ code became obsolete a few years ago after many
upgrades or SDKs and IIS, so I'm looking for a managed code replacement.

Reply via email to