Determining currently-serving files in IIS 7
- by Nat Papovich
serverfault showed me this topic, and I think I want to do the same thing, but in IIS, not Apache.
I have a "dashboard" application I'm building and I want it to show what files are currently being served by IIS. They'll mostly all be large files.
I believe that the ILogScripting COM Interface would have been one good place to start, but it's…