0

Basically I want to update tours table in the database from XML automatically daily at specific time.

For instance System Daily update my database table from XML at 12AM. Is it possible with ASP.NET 4.0 if yes then how i can implement this?


Thanks in Advance.

Muhammad Adnan
  • 1,373
  • 1
  • 13
  • 20

1 Answers1

2

Use windows scheduled task instead of asp.net for repeating tasks.

you can create console aplication and run it using task sheduler

if you want to do it using asp.net try Quartz.net

Community
  • 1
  • 1
Damith
  • 62,401
  • 13
  • 102
  • 153