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