Microsoft VBScript run-time Error 800A01AD Solution Summary

Source: Internet
Author: User
Tags ntfs permissions

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.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.