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
form_init verses page_load
Supplied parameter sid is in use.
Installing TCP/IP Priners in Sysprep Deployments
VMWare ESX 4
write into an app.config
Error on server transfer
How do I manually sort a gridview with template fields when it is bound in code beside? (VB.Net)
Cannot use IP address to get into the web page
VB 2010 tutorial/code samples
Php logical problem: How to solve "cannot redeclare class" problem?