I have to generate a XML file every night. I've already done a class in C# ASP2.0 that generates the XML file. I would like to know if is possible use DTS to get this class and genaretas the XML f...
The scenario is: I have a C# .Net ASP2.0 application and it is a executable file, when this executable file runs it generate a XML file. I have to send this XML file to a ftp site every hour. How ...