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


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>

baldric
October 17th, 2001, 07:58 AM
hi

have you tried all the usual stuff, like ensuring that dll has permissions (in NT) and isn't read only etc? what OS are you using?

Real programmers don't comment. If it was difficult to write, it should be difficult to read.