CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 2000
    Posts
    137

    Find out which asp is installed.

    how can i find out which asp is install in my nt system, i mean 1,2,3 ..
    thanks,


    ___///___
    __(.)-(.)__
    ooO(.)Ooo

  2. #2
    Join Date
    Jan 2000
    Location
    MO, USA
    Posts
    1,506

    Re: Find out which asp is installed.

    I would suggest viewing the properties of the asp.dll file on the webserver. But chances are the breakdown is like this:
    IIS3 - ASP 1
    IIS4 - ASP 2
    IIS5 - ASP 3

    happy hunting,

    John

    John Pirkey
    MCSD
    http://www.ShallowWaterSystems.com
    http://www.stlvbug.org
    John Pirkey
    MCSD (VB6)
    http://www.stlvbug.org

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

Featured