I have some simple scripts using fso which works fine on my server but hang on my win2k pro. fso object is created without problem, scripts hang on Set objTS = objFSO.OpenTextFile(psFile,1,false,-1).
What permissions do I have to set in IIS and to the path/file? e.g. I want use fso to read/write file c:\path\name.asp
I wonder why it just hangs there and no error messages were given at all.