Microsoft
Software
Hardware
Network
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
Terminal Services connections and Exchange 2010
bkf / bks files
How to unzip a single file from a zipped subdirectory
VS 2008 C# Make Non-Modal behave as Modal
Hacked index.php file does not retain permissions anymore
Desktop crash
Day of the Week Popup
inserting data into mulitple row Mysql
I need an explanation of Postback for ASP.NET
Outlook Folder Size - I need item counts rather than byte counts.