Forum Moderators: open
With an ASP page your code generates html and sends it to the response. With the filesystemobject method your code will basically be the same but you will instead add the generated html to a file using the filesystemobject.
As said above, you will need to make sure the web user account has correct permissions to wherever you are writing the file. In windows 2000 you need to set the approp. ntfs permissions. HTH.