L
lichaoir
I'm writing a log system for my website. I want to run some
functionality everyday, let's say, read some data from files and store
it into database. How do I implement this? Someone had told me to use
the system service, is there any other way? Shall I use global.asax
and System.Threading.Timer?
Thanks for your discussions and answers!
functionality everyday, let's say, read some data from files and store
it into database. How do I implement this? Someone had told me to use
the system service, is there any other way? Shall I use global.asax
and System.Threading.Timer?
Thanks for your discussions and answers!