I have an ASP.NET Mobile application , The application creates some files automatically, say text files based ont the users interactions.
I need to send these files to a specific ip address at regular time intervals automatically irrespective of the events (ex page_load , itemcommabd buttonclick etc) . Even if the site is not being accessed i need to send blank files to the address at regular intervals. The files needs to be transferred mandatorily to the ip address whether or not the application is being accessed or not. so i cannot write the ftp code inside any page of the application.
i have created and ftp client in asp.net and able to send files to the ip address , but dont know how to send file automatically at regular intervals in the same way mention above?...
how can i accomplish this thing?....is there any application timer which keeps on running throughout?..
Please help ..
...
Go to the complete details ...