Problems with FileSystemObject

Ask a Question related to ASP, Design and Development.

  1. #1

    Default Problems with FileSystemObject

    Hi,

    I'm really new to ASP and was following along with a tutorial in a book.
    When dealing with the FileSystemObject component, I found that attempting to
    use the fso.GetFile(path) method (where fso was set using the CreateObject
    method, and path is set to the physical path of the file) was completely
    hanging IIS, that I had to restart it to get anything going. PLacing traces
    and breakpoints up to that point showed that this is the method causing the
    hand. The folder in which this file resides has only about 10 files in it.

    I'm running on Windows 2000 SP4 with IIS 5.0. I also have Norton AV 2002
    installed and I tried disabling it in case it is the culprit. Same result.
    All services that should be running appear to be in the correct (started)
    state. I also have Zone Alarm Pro running, but both IIS and the browser are
    running on the same machine, and the local host (127.0.0.1) is in the
    Trusted Zone.

    Any ideas on what mya be causing my problem?

    Thanks


    Waguih Boctor Guest

  2. Similar Questions and Discussions

    1. Problems with simple FileSystemObject code
      Hi, haven't been on here for a while but used to help out with ASP queries, hoping for a bit of guidance myself! I've stripped down the code i'm...
    2. FileSystemObject
      Hi! I have written a sub routine which opens a file and write in it. The code I wrote is the following: Sub WriteToFile(afm,data) Dim...
    3. Scripting.FileSystemObject problems
      If I comment #2 to #5 no problems. If I uncomment #2, #4 and #5 the page hangs. Even did not reach the point to uncomment #3 So, whats wrong. Do i...
    4. FileSystemObject protocol
      Can anyone tell me which protocol (http/s, RPC) or service (w3svc) is used when using FileSystemObject in an ASP page? Thank you,
    5. Scripting.FileSystemObject
      Hi everybody, found strange behavior in Scripting.FileSystemObject; only FileExists() method seems to work fine. All other methods cause browser...
  3. #2

    Default Re: Problems with FileSystemObject

    This sounds like Norton is still the issue. See [url]www.aspfaq.com/2180[/url]


    "Waguih Boctor" <wboctor@hotmail.com> wrote in message
    news:evvnsjAlDHA.2312@TK2MSFTNGP12.phx.gbl...
    > Hi,
    >
    > I'm really new to ASP and was following along with a tutorial in a book.
    > When dealing with the FileSystemObject component, I found that attempting
    to
    > use the fso.GetFile(path) method (where fso was set using the CreateObject
    > method, and path is set to the physical path of the file) was completely
    > hanging IIS, that I had to restart it to get anything going. PLacing
    traces
    > and breakpoints up to that point showed that this is the method causing
    the
    > hand. The folder in which this file resides has only about 10 files in it.
    >
    > I'm running on Windows 2000 SP4 with IIS 5.0. I also have Norton AV 2002
    > installed and I tried disabling it in case it is the culprit. Same result.
    > All services that should be running appear to be in the correct (started)
    > state. I also have Zone Alarm Pro running, but both IIS and the browser
    are
    > running on the same machine, and the local host (127.0.0.1) is in the
    > Trusted Zone.
    >
    > Any ideas on what mya be causing my problem?
    >
    > Thanks
    >
    >

    Aaron Bertrand - MVP Guest

  4. #3

    Default Re: Problems with FileSystemObject


    "Waguih Boctor" <wboctor@hotmail.com> wrote in message
    news:evvnsjAlDHA.2312@TK2MSFTNGP12.phx.gbl...
    > Hi,
    >
    > I'm really new to ASP
    Go here [url]http://www.aspfaq.com/[/url] and press Ctrl+D

    > When dealing with the FileSystemObject ... was completely hanging IIS
    [url]http://www.aspfaq.com/2180[/url]

    Ray at work


    Ray at Guest

  5. #4

    Default Re: Problems with FileSystemObject

    Thanks Aaron & Ray,

    Unchecking NAV Enable Script Blocking worked just fine.

    "Waguih Boctor" <wboctor@hotmail.com> wrote in message
    news:evvnsjAlDHA.2312@TK2MSFTNGP12.phx.gbl...
    > Hi,
    >
    > I'm really new to ASP and was following along with a tutorial in a book.
    > When dealing with the FileSystemObject component, I found that attempting
    to
    > use the fso.GetFile(path) method (where fso was set using the CreateObject
    > method, and path is set to the physical path of the file) was completely
    > hanging IIS, that I had to restart it to get anything going. PLacing
    traces
    > and breakpoints up to that point showed that this is the method causing
    the
    > hand. The folder in which this file resides has only about 10 files in it.
    >
    > I'm running on Windows 2000 SP4 with IIS 5.0. I also have Norton AV 2002
    > installed and I tried disabling it in case it is the culprit. Same result.
    > All services that should be running appear to be in the correct (started)
    > state. I also have Zone Alarm Pro running, but both IIS and the browser
    are
    > running on the same machine, and the local host (127.0.0.1) is in the
    > Trusted Zone.
    >
    > Any ideas on what mya be causing my problem?
    >
    > Thanks
    >
    >

    Waguih Boctor Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139