Results 1 to 4 of 4

Thread: Get Webserver Infomation Via VBScript/ASP

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    May 2000
    Location
    Grand Rapids, MI
    Posts
    231

    Unhappy

    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?
    -Karl Blessing aka kb244{fastHACK}
    [email protected]

  2. #2
    Guru Clunietp's Avatar
    Join Date
    Oct 1999
    Location
    USA
    Posts
    1,844
    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...

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    May 2000
    Location
    Grand Rapids, MI
    Posts
    231
    It would be helpful if I knew the nessasary API calls, cant seem to use the right keywords in the MSDN to find it.
    -Karl Blessing aka kb244{fastHACK}
    [email protected]

  4. #4
    Guru Clunietp's Avatar
    Join Date
    Oct 1999
    Location
    USA
    Posts
    1,844
    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
  •  



Click Here to Expand Forum to Full Width