Generate Excel File Everyday at 1:00 am automatically and save it in FTP Folder

Posted by Vishal2k13 under ASP.NET on 7/8/2013 | Points: 10 | Views : 1438 | Status : [Member] | Replies : 3
Dear All,

I want to generate excel files everyday at a specific time say 1:00 am morning and save that generated excel file in a Particular folder inside my FTP directory.. I know there are ways like Windows Services, Console Applications and SSIS Service but I dont want to go so deep.. Is there any simple way to achieve this kind of requirement which can be used in the shared hosting environment as well.. Please Help!!

Vishal Ranjan


Responses

Posted by: Vuyiswamb on: 7/8/2013 [Member] [MVP] [Administrator] NotApplicable | Points: 25

Up
0
Down
a Windows service is the Best :)


Thank you for posting at Dotnetfunda
[Administrator]

Vishal2k13, if this helps please login to Mark As Answer. | Alert Moderator

Posted by: Vishal2k13 on: 7/9/2013 [Member] Starter | Points: 25

Up
0
Down
Hi Vuyiswamb, Thank You for your kind advice.. But I am totally new to windows services and dont have any idea.. Can You tell me how to create a simple windows service for my requirement and how to implement the same in my hosting server/.. Thanks/

Vishal Ranjan

Vishal2k13, if this helps please login to Mark As Answer. | Alert Moderator

Posted by: Vuyiswamb on: 7/9/2013 [Member] [MVP] [Administrator] NotApplicable | Points: 25

Up
0
Down
Years ago i have written a windows service that kills a Process every 5 seconds from this you can create your own. The code never changes,

http://www.dotnetfunda.com/articles/article191.aspx

Thank you for posting at Dotnetfunda
[Administrator]

Vishal2k13, if this helps please login to Mark As Answer. | Alert Moderator

Login to post response