maintaining webservice objects state
Hello. I'm developing an asp.net webservice that receives information and creates generic lists from them. However, i need do keep the state of these generic lists even if the iis or the system restarts.
Is there any approach to resolve this problem or I necessarily need to keep this state in a database?
thanks,
Daniel Pilon
|