I am working on a project where I cache quite a bit of data in the Application_Start. Needless to say this sucks since once I change any code, recompile, my cache is destroyed. Any way to over come this
thanks
Ralph
I am working on a project where I cache quite a bit of data in the Application_Start. Needless to say this sucks since once I change any code, recompile, my cache is destroyed. Any way to over come this
thanks
Ralph
Any way to keep stuff in IIS cache?
Alexander Ashwin
To get a persistent cache u can use I.E. as a cache storage. below links provides all the details for cache and using cache with I.E. also.
http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnbda/html/CachingArchch2.asp
U can use persistent cookies also.