Forum Moderators: open
Set FileStreamObject = CreateObject("Scripting.FileSystemObject")
Set TextStream = FileStreamObject.OpenTextFile(Full_Path,1)
Just out of the blue my system will no longer run the OpenTextFile statement in the second line. The Browser will just sit there claiming it is loading the page, for hours. I have only seen it time out once and it had a reference like: "Remote Procedure Call Failed"
I tried setting the time-out short like this:
Server.ScriptTimeout = 10
But that apparently had no affect.
The odd thing is that I have not altered the ASP files with this code, so the problem must be my system. I took the code and ran it on another server and it worked fine. I reinstalled IIS and it had no affect. I scanned my system for viruses and found none.
Does anyone know what could be going on here?