-
I need to Determine properties of the webserver that is set, determine the state of the web services, and determine the version of the webserver (NT Sp, IIS version, etc), but the catch is, I Want to be able to do it through a webpage(creating a Dianostic page, whic I have already made an ActiveX file browser in ASP that checsk the version of all ActiveX controls)
any idea?
-
You can do all that if you create a VB COM object to call the necessary APIs, then return the results to your ASP page...
-
It would be helpful if I knew the nessasary API calls, cant seem to use the right keywords in the MSDN to find it.
-
It sounds like some registry reading and a couple of NT Service enum calls
The windows script host object model library might have some useful functions for you....
I have nothing concrete for you other than my best wishes :)