|
-
Jun 15th, 2000, 03:32 AM
#1
Thread Starter
Addicted Member
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?
-
Jun 15th, 2000, 09:20 AM
#2
Guru
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...
-
Jun 15th, 2000, 06:32 PM
#3
Thread Starter
Addicted Member
It would be helpful if I knew the nessasary API calls, cant seem to use the right keywords in the MSDN to find it.
-
Jun 15th, 2000, 11:55 PM
#4
Guru
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 
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|