I have a machine that I was using as a web server that I
recently changed the operating system from Windows 2000
Professional to Windows Advanced Server 2000, (not ideal
but I had no choice). Well now I have website code that
hangs up and give me an error message, when it was working
perfectly before. This is the code:
set fsObj = server.createobject
("Scripting.FileSystemObject")
set myFile = fsObj.CreateTextFile(fileName, True)
I had been sending results returned to the browser to an
excel file and now it now longer works. I now get the
following error message :
Error Type:
Microsoft VBScript runtime (0x800A004C)
Path not found
/ticketinfo.asp, line 140
The line referenced in the error message refers to the
line where the file is created.
I am not sure what happened?