Is there anyway I could programmatically interface with IIS 6.0 (using C#)?
I will like to know at any given time, the number of connected users logged on to my FTP server. At the moment, I manually have to open up IIS, get properties on the FTP Site, and see the number of users via the current sessions button. I would like to write an application that automates this process.
Thanks
I will like to know at any given time, the number of connected users logged on to my FTP server. At the moment, I manually have to open up IIS, get properties on the FTP Site, and see the number of users via the current sessions button. I would like to write an application that automates this process.
Thanks