Hi everyone,

What´s wrong with my test-enviroment (W2K + IIS 5.0 + ASP-pages ) on my
homepc.

All Scripting.FileSystemObject objects stopped working suddenly? For example
following simple script seems running & running without timeout? Nothing also

set fs=Server.CreateObject("Scripting.FileSystemObject")
set f=fs.CreateTextFile("c:\test.txt",true)
f.WriteLine("Hello World!")
f.Close
set f=nothing
set fs=nothing

I´m running this script with the http://locahost/test.asp url

Greetings from finland

Ilari

Re: Scripting.FileSystemObject's stopped working by Torgeir

Torgeir
Wed Nov 03 14:31:03 CST 2004

Ilari wrote:

> Hi everyone,
>
> What´s wrong with my test-enviroment (W2K + IIS 5.0 + ASP-pages )
> on my homepc.
>
> All Scripting.FileSystemObject objects stopped working suddenly?
Hi

Most likely caused by a script blocking feature in your
AntiVirus program:

http://www.aspfaq.com/show.asp?id=2180


--
torgeir, Microsoft MVP Scripting and WMI, Porsgrunn Norway
Administration scripting examples and an ONLINE version of
the 1328 page Scripting Guide:
http://www.microsoft.com/technet/scriptcenter/default.mspx