U
Untitled
I have an ASP .NET web application that displays information. At the
same time, i have a web service that collects information from various
client applications. This data needs to be processed continuously in
many ways and stored in the database. I need timers to poll the data
and process on it and write to the database. I need to have lots of
data cached as objects in memory as it is being used all the times. I
need to generate weekly reports from data in the database.
My question is this. Can I do this all in ASP .NET or do I need to have
a windows service? Can i keep my web application alive and all the
timers working? Has anyone done this before, actually used an ASP .NET
Application in this way?
Thanks
Mark
same time, i have a web service that collects information from various
client applications. This data needs to be processed continuously in
many ways and stored in the database. I need timers to poll the data
and process on it and write to the database. I need to have lots of
data cached as objects in memory as it is being used all the times. I
need to generate weekly reports from data in the database.
My question is this. Can I do this all in ASP .NET or do I need to have
a windows service? Can i keep my web application alive and all the
timers working? Has anyone done this before, actually used an ASP .NET
Application in this way?
Thanks
Mark