|
|
 |
RE: FN-FORUM: XP and IIS settings, FSO failing
date posted 22nd August 2003 16:50
Make sure Norton Anti-virus doesn't have the script thing checked!
I had the exact same problem a few weeks ago.
Michael Beckett
Denial Design
http://www.denialdesign.com
-----Original Message-----
From: [EMAIL REMOVED] [EMAIL REMOVED] On Behalf Of yucel
Sent: 22 August 2003 17:04
To: FN-FORUM / [EMAIL REMOVED]
Subject: FN-FORUM: XP and IIS settings, FSO failing
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?
==========
redmail.com - webmail with a difference!
10Mb for just GBP 9.99 a year. Launch special 1Gb for GBP 99.99 a year
IMAP, POP3, Spam Filtering and Anti Virus as standard.
Visit http://www.redmail.com/?fl-signup to join.
To advertise here: http://www.freelancers.net/advertising.html
|
 |
|