(Conversion) the FSO component is missing in the system. First, let's take a look at FSO. FSO is a component of ASP and a file component with powerful functions. It can move, copy, and delete files, it was installed in our operating system When IIS was installed. 424 objects are required because some errors are caused when the front and back ends are frequently modified, and files in the FSO component are accidentally deleted. To solve this problem, you can restart the FSO component.
The following describes how to enable and disable FSO for different systems. First, solve the problem of FSO component loss in the XP system: Click to start ...... Run the following command: regsvr32 c: \ windows \ system32 \ scrrun. dll
Then restart IIS.
The following describes how to enable and disable FSO for different systems.
How to enable/disable FSO
Windows 98 system:
Enable and disable methods. Enter the following command in the doscommand line status:
Close the command: regsvr32/u c: \ WINDOWS \ SYSTEM \ scrrun. dll
Open the command: regsvr32 C: \ WINDOWS \ SYSTEM \ scrrun. dll
Win2000 system:
Start ...... Run the following command:
Close the command: regsvr32/U c: \ winnt \ system32 \ scrrun. dll
Open the command: regsvr32 c: \ winnt \ system32 \ scrrun. dll
Windows XP system:
Start ...... Run the following command:
Close the command: regsvr32/U c: \ windows \ system32 \ scrrun. dll
Open the command: regsvr32 c: \ windows \ system32 \ scrrun. dll
win2003
RUN regsvr32 scrrun. dll.
to disable the FSO component, run regsvr32/u scrrun. dll.