Forum Moderators: phranque
I've asked that your question be moved to the ASP/Microsoft forum where more ASP people will see it.
ASP supports the "FileSystemObject" which allows you to create files on the fly, including text files.
However, you indicated that you are on a UNIX server. Are you sure you are running ASP? Most ASP apps are on Windows platforms.
I recommend taking a look at www.w3schools.com for detailed information on ASP and the FSO.