Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

OpenTextFile in Win2k professional for IIS 5

Status
Not open for further replies.

skying

Programmer
Aug 21, 2000
3
MY
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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top