I am doing my development of ASP pages in my own machine which running Windows 2000 Professional with IIS 5.0, when I was trying to use the
CreateObject("Scripting.FileSystemObject"
and execute one of the function in this object to read a file from the web path using OpenTextFile, my ASP page was loading and it stopped when timeout.
I tried to shift the codes to my labtop which running Win98 with PWS, it works fine. On the other hand, I was trying to deploy to the Windows 2000 Server machine, it also work fine.
Can somebody give me some hints and helps in setting up my Windows 2000 Prof machine to be able to run this function ?? Is this a limitation in using Win2k Prof for executing this object function ???
Thanks for your kindly help.
CreateObject("Scripting.FileSystemObject"
I tried to shift the codes to my labtop which running Win98 with PWS, it works fine. On the other hand, I was trying to deploy to the Windows 2000 Server machine, it also work fine.
Can somebody give me some hints and helps in setting up my Windows 2000 Prof machine to be able to run this function ?? Is this a limitation in using Win2k Prof for executing this object function ???
Thanks for your kindly help.