I have a script that writes to a file, the code to write looks like this:
set f1 = fs.OpenTextFile("c:\VBS\remap.log", ForAppending, true)
f1.writeline("Beginning run on " & now & " --------------")
But this is in a VBS file that I run on my machine, not in an ASP...