What is FSO and how to make the server support FSO (Abstract)

Source: Internet
Author: User
FSO (FileSystemObject) is a control of Microsoft ASP for file operations. It can read, create, modify, and delete directories and files on the server. Is a very useful control in ASP programming. However, due to permission control problems, FSO of many virtual host servers has become a public backdoor for this server, because customers can directly program the control in their own ASP Web pages, to control the server and even delete files on the server. Therefore, many virtual host providers have simply turned off the control, reducing the customer's flexibility.

Q: How can I enable FSO support on the server?
A: 1. First, find scrrun. dll in the system disk. If this file exists, go to step 3. If not, perform step 2.
2. Find scrrun. DL _ in the installation file directory i386, decompress it with winrar, get scrrun. dll, and copy it to the X (your system disk): \ windows \ system32 \ directory.
3. Run regsvr32 scrrun. dll.
4. to disable the FSO component, run regsvr32/u scrrun. dll.

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.