Win2003 Enterprise Edition can't open FSO solution

  

FSO (FileSystemObject) is a file manipulation control of Microsoft ASP, which can read, create, modify, delete directories and files on the server. It is a very useful control in ASP programming. In the WIn2003 Enterprise Edition, many users' FSOs are turned off by default, leaving customers with a lot less flexibility. However, there are a lot of problems when you want to open it, especially if there is a server object error 'ASP 0177 : 800401f3' Server.CreateObject failed when the operation occurs.

First, the system does not open FSO components

FSO component open and close methods

Dll file registration and logout:

Run in the start menu < Br>

Note FSO component: RegSvr32 /u %windir%\\SYSTEM32\\scrrun.dll

Enable FSO command: RegSvr32 %windir%\\SYSTEM32\\scrrun.dll

After multiple cancellations and startups, there is still an error. The reason is that there is no permission. I don't know how to cause it. The solution is provided below.

There is a problem with the permissions. Open the registry to join the permissions! Type in the start-run Regedit, then find HKEY_CLASSES_ROOT\\Scripting.FileSystemObject, right click on the permissions, join everyone, the internet guest account (IUSR...) user determines, then restart IIs to get it!

If you encounter Win2003 Enterprise Edition Unable to open FSO, according to the above operation can solve the error problem occurred during operation.

Copyright © Windows knowledge All Rights Reserved