I'm not sure if this is the case, but when I installed Visual Studio.Net 2002, i got this McAfee popup after the final script ran and it said, virus threat cleaned or something... I paid no attention to it, but when i use Scripting.FileSystemObject now, the page acts like it is in an endless loop... I've tested the pages on other pcs and they works fine. Even as simple a code as
will fail in an endless loop, and my IIS will run out of open connections and lock me out, and i have to restart IIS.
Anyone know what i can do, short of reinstalling everyting to do with it???
Thanks,
Bob
Code:
set fso = Server.CreateObject("Scripting.FileSystemObject")
set fso = nothing
will fail in an endless loop, and my IIS will run out of open connections and lock me out, and i have to restart IIS.
Anyone know what i can do, short of reinstalling everyting to do with it???
Thanks,
Bob