Click to See Complete Forum and Search --> : File system object hangs up my server


beruken
October 16th, 2001, 09:24 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.



Dim fso, MyText
set fso = Server.CreateObject("Scripting.FileSystemObject")