|
|
 |
FN-FORUM: XP and IIS settings, FSO failing
date posted 22nd August 2003 16:31
Running XP Pro.
Have asp scripts working.
However when I do the following the IIS just sits there not returning
anything.... at this point
sFile = server.mappath("template.txt")
response.write "" & sFile
response.write "here0"
set oFSO =
server.createobject("Scripting.FileSystemObject")
response.write "here"
set oTStream = oFSO.opentextfile(sFile,1) '1 for reading
response.write "here2"
the code does not get to the here2 section.
I have checked that IIS user has permissions to open the text file.
Any ideas ?
All seems to work fine on win2000?
|
 |
|