P
Peter X
Hi all,
Quick question - in my Global.asa I'm using code like this:
<!--METADATA TYPE="TypeLib" NAME="Microsoft Scripting Runtime"
UUID="{420B2830-E718-11CF-893D-00A0C9054228}" VERSION="1.0"-->
Whereas in Windows Scripting Host .WSF files, I can use this:
<reference object="Scripting.FileSystemObject" />
Since UUID's are rather unfriendly, is it possible to use the prodID
with ASP instead?
Any related comments appreciated - TIA!
Quick question - in my Global.asa I'm using code like this:
<!--METADATA TYPE="TypeLib" NAME="Microsoft Scripting Runtime"
UUID="{420B2830-E718-11CF-893D-00A0C9054228}" VERSION="1.0"-->
Whereas in Windows Scripting Host .WSF files, I can use this:
<reference object="Scripting.FileSystemObject" />
Since UUID's are rather unfriendly, is it possible to use the prodID
with ASP instead?
Any related comments appreciated - TIA!