J
Jonathan Wood
I'm building a site and, in addition to regular code associated with
ASP.NET, I have some tasks that are not related to loading a page.
For example, I need to write some code to poll sites for data, I also have
some code to perform some database processing. Both tasks will be lengthy,
perhaps an hour or so.
Does ASP.NET provide any means to run code other than the in the context of
loading a page?
(I realize I could write a C# desktop application, but that will require I
start from scratch. Also, a desktop application may or may not have access
to my online database.)
Thanks for any tips.
Jonathan
ASP.NET, I have some tasks that are not related to loading a page.
For example, I need to write some code to poll sites for data, I also have
some code to perform some database processing. Both tasks will be lengthy,
perhaps an hour or so.
Does ASP.NET provide any means to run code other than the in the context of
loading a page?
(I realize I could write a C# desktop application, but that will require I
start from scratch. Also, a desktop application may or may not have access
to my online database.)
Thanks for any tips.
Jonathan