Question : Creation of a CSV file in ASP

I have code that creates a CSV file based on a database query.  My problem is that I recently moved to Rackspace Cloud hosting, which doesn't allow scripts to save files directly onto the server (Permissions issue).  They said the only way to do this would be to create and FTP account, and have my script save the file thru FTP.

How can I, in ASP, save the file thru FTP?  Keep in mind that I can't even save a temporary file :(  

I have the file contents stored in a variable, just don't know how to get the contents saved....

===
OR
===

I'm ultimately going to end up emailing it out.  I plan on using CDOSYS.  Can I add the contents as an attachment without saving the file to the server?

Answer : Creation of a CSV file in ASP

in 2008 it is file--> add--> new project. also i belive there is a setting somewhere to always show the solution. i am not certian about that though.
Random Solutions  
 
programming4us programming4us