ActiveXObject creation

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • delizat2
    New Member
    • Jan 2010
    • 2

    ActiveXObject creation

    I'm working with some existing classic asp code.
    The code is working, but I really want to know where/how "MYAPP" and "FileVault" are being defined.

    Does it recognize "MYAPP" from IIS?
    I can't find where FileVault is defined at all. grr
    Any help would be appreciated.

    Language = JScript
    Code:
    var vault = new ActiveXObject("MYAPP.FileVault")
  • delizat2
    New Member
    • Jan 2010
    • 2

    #2
    Found my answer.
    This code is using Windows Script Components. When I did a search for .wsc under inetpub I found the file.

    Comment

    Working...