Scheduled download
-
Hi, I am develping a web project in c#.net 1.1. The application reads an xml file which is stored in the application directory. This xml file is a thirdparty xml from internet. They will update this xml in every point of time (ie: currency xml). In this case, I need a scheduled download of the file from the internet to my application directory. Please guide me on how to achieve this. Thanks. I would like to appreciate all the techies providing wonderful solutions to all the queries in this website. Thanks rijz
-
Hi, I am develping a web project in c#.net 1.1. The application reads an xml file which is stored in the application directory. This xml file is a thirdparty xml from internet. They will update this xml in every point of time (ie: currency xml). In this case, I need a scheduled download of the file from the internet to my application directory. Please guide me on how to achieve this. Thanks. I would like to appreciate all the techies providing wonderful solutions to all the queries in this website. Thanks rijz
You want a program that downloads a file at specific intervals automatically? Go for a Windows service.
Cheers, Vikram.
The hands that help are holier than the lips that pray.
-
You want a program that downloads a file at specific intervals automatically? Go for a Windows service.
Cheers, Vikram.
The hands that help are holier than the lips that pray.
Timer also will do
Ravi