I want to know how many ISAPI filters are active on IIS. And I also want to read the metadata properties of these active ISAPI filters in C#.
I have created an ISAPI filter dll and added it to IIS. I can see that filter in "inetmgr" but I want to get the same information through C#. Is that possible?