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.