CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 2001
    Posts
    17

    File system object hangs up my server

    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>


  2. #2
    Join Date
    Jun 2000
    Location
    South Africa
    Posts
    18

    Re: File system object hangs up my server

    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured