Scripting.FileSystemObject 改名后创建时还是提示错误
为了安全,我将服务器上的这个组件改了名,Scripting.FileSystemObjectmy
对应的clsid值将也改了,就是将末尾的9改为了8,改后的值为 {0D43FE01-F093-11CF-8940-00A0C9054229}
,重启IIS,也重启了服务器。
但我 运行测试代码 Set fso = Server.CreateObject("Scripting.FileSystemObjectmy")的时候还是提示
Microsoft VBScript 运行时错误 错误 '800a01ad'
ActiveX 部件不能创建对象: 'Scripting.FileSystemObjectmy'
在线等,急。。。。。。