How to prevent ASP.Application to expire

P

Patrick

To speed up my asp.net application I have stored data in the
application cache.
The problem is that when all sessions are expired the Appication will
also expire after some time and so lose my cache.

Is there a configurationsetting (IIS or ASP.Net) where I can set the
expirationtime of the application.

Thanks in advance

Patrick
 
P

Patrice Scribe

Bad idea IMO. You should be prepared to handle a cache miss and reload the
information in your cache as needed. Not sure but AFAIK under high memory
pressure you could have also some items removed. BTW how are the items
loaded then ?

Patrice
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,682
Members
48,796
Latest member
Greg L.

Latest Threads

Top