Click to See Complete Forum and Search --> : Get Webserver Infomation Via VBScript/ASP
kb244
Jun 15th, 2000, 03:32 AM
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?
Clunietp
Jun 15th, 2000, 09:20 AM
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...
kb244
Jun 15th, 2000, 06:32 PM
It would be helpful if I knew the nessasary API calls, cant seem to use the right keywords in the MSDN to find it.
Clunietp
Jun 15th, 2000, 11:55 PM
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 :)
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.