beruken
October 16th, 2001, 09:22 PM
I am trying to open a file system object and it hangs up my server or my ASP.DLL file. I don't know why. all ASP files work fine locally until I try to run the following file. My browser times out. Then I can no longer open an ASP file.
<vbcode>
Dim fso, MyText
Set fso = Server.CreateObject("Scripting.FileSystemObject")
</vbcode>
<vbcode>
Dim fso, MyText
Set fso = Server.CreateObject("Scripting.FileSystemObject")
</vbcode>