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
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")
Comment