Ask a Question related to ASP, Design and Development.
-
Waguih Boctor #1
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
-
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... -
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... -
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... -
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, -
Scripting.FileSystemObject
Hi everybody, found strange behavior in Scripting.FileSystemObject; only FileExists() method seems to work fine. All other methods cause browser... -
Aaron Bertrand - MVP #2
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...to> 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 attemptingtraces> 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. PLacingthe> and breakpoints up to that point showed that this is the method causingare> 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> 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
-
Ray at #3
Re: Problems with FileSystemObject
"Waguih Boctor" <wboctor@hotmail.com> wrote in message
news:evvnsjAlDHA.2312@TK2MSFTNGP12.phx.gbl...Go here [url]http://www.aspfaq.com/[/url] and press Ctrl+D> Hi,
>
> I'm really new to ASP
[url]http://www.aspfaq.com/2180[/url]> When dealing with the FileSystemObject ... was completely hanging IIS
Ray at work
Ray at Guest
-
Waguih Boctor #4
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...to> 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 attemptingtraces> 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. PLacingthe> and breakpoints up to that point showed that this is the method causingare> 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> 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



Reply With Quote

