Error tips
Microsoft VBScript run-time error ' 800a01ad '
ActiveX part cannot create object: ' Scripting. FileSystemObject '
/adminyyy/jingtai.asp, Line 10
ActiveX part cannot create object: ' Server.CreateObject '
Check the source code, is not successfully created FSO, the source is this: set Fso=server.createobject ("Scripting.FileSystemObject")
Workaround:
Start running input:
The code is as follows |
Copy Code |
regsvr32 scrrun.dll |
If the above method is invalid, you can refer to the following
How to open and close the FSO component
Dll file Registration and logoff:
Run cmd command
The code is as follows |
Copy Code |
First note to eliminate the FSO component: regsvr32/u%windir%system32scrrun.dll Enable FSO command again: RegSvr32%windir%system32scrrun.dll |
Many times, after the start or error, because there is no permissions, the following provides a workaround
Permission problem, open registry join permission!
in the start-run regedit, and then find Hkey_classes_rootscripting.filesystemobject
Right-click Permission to join Everyone,internet Guest account (IUSR ...) The user determines and then restarts IIS to fix it!
If you encounter the same as us, you can find the corresponding field changes
The directory folder where the Web site program is placed does not have permissions, please check NTFS permissions, at least the Guest account's modify level permission.