Click here to Skip to main content
15,896,063 members
Home / Discussions / ASP.NET
   

ASP.NET

 
RantRe: Cache Expiration in ASP.NET Pin
AlexeiXX319-Nov-09 19:32
AlexeiXX319-Nov-09 19:32 
GeneralRe: Cache Expiration in ASP.NET Pin
Abhijit Jana19-Nov-09 20:15
professionalAbhijit Jana19-Nov-09 20:15 
GeneralRe: Cache Expiration in ASP.NET Pin
Abhishek Sur19-Nov-09 20:43
professionalAbhishek Sur19-Nov-09 20:43 
GeneralRe: Cache Expiration in ASP.NET Pin
Abhijit Jana19-Nov-09 21:26
professionalAbhijit Jana19-Nov-09 21:26 
GeneralRe: Cache Expiration in ASP.NET Pin
Abhishek Sur19-Nov-09 22:04
professionalAbhishek Sur19-Nov-09 22:04 
QuestionCache Expiration Problem in ASP .Net Pin
prem kumar19-Nov-09 17:19
prem kumar19-Nov-09 17:19 
AnswerRe: Cache Expiration Problem in ASP .Net Pin
AlexeiXX319-Nov-09 19:32
AlexeiXX319-Nov-09 19:32 
AnswerRe: Cache Expiration Problem in ASP .Net Pin
Paulo Zemek20-Nov-09 0:22
Paulo Zemek20-Nov-09 0:22 
I think you may want to look at my article:
Pfz.Caching - ViewIds instead of ViewStates[^]

With it, instead of using Cache you could use Session or ViewState. It will try to use the object that is still in memory but, it that's not possible, it will reload the file (so you will probably don't get out-of-memory exceptions). Also, recently used files are "kept alive", so the information can be kept alive forever if it is used frequently.

But, I must say you should really consider changing the way you are working with your data... keeping 500mb of data in memory is too much.
QuestionUser Control loading through tags? Pin
samir8019-Nov-09 11:27
samir8019-Nov-09 11:27 
AnswerRe: User Control loading through tags? Pin
Abhijit Jana19-Nov-09 16:02
professionalAbhijit Jana19-Nov-09 16:02 
GeneralRe: User Control loading through tags? Pin
samir8020-Nov-09 5:06
samir8020-Nov-09 5:06 
QuestionUser Controls Pin
samir8019-Nov-09 10:52
samir8019-Nov-09 10:52 
AnswerRe: User Controls Pin
Abhishek Sur19-Nov-09 11:10
professionalAbhishek Sur19-Nov-09 11:10 
GeneralRe: User Controls Pin
samir8019-Nov-09 11:24
samir8019-Nov-09 11:24 
GeneralRe: User Controls Pin
Abhijit Jana19-Nov-09 16:01
professionalAbhijit Jana19-Nov-09 16:01 
QuestionMaster Page Loading vs. Content Page Reload [modified] Pin
dboy22119-Nov-09 10:18
dboy22119-Nov-09 10:18 
AnswerRe: Master Page Loading vs. Content Page Reload Pin
Abhishek Sur19-Nov-09 11:13
professionalAbhishek Sur19-Nov-09 11:13 
GeneralRe: Master Page Loading vs. Content Page Reload Pin
dboy22119-Nov-09 17:37
dboy22119-Nov-09 17:37 
QuestionEdit Template in Gridview Pin
sparlay_pk19-Nov-09 9:18
sparlay_pk19-Nov-09 9:18 
AnswerRe: Edit Template in Gridview Pin
Abhishek Sur19-Nov-09 11:17
professionalAbhishek Sur19-Nov-09 11:17 
AnswerRe: Edit Template in Gridview Pin
Abhijit Jana19-Nov-09 16:03
professionalAbhijit Jana19-Nov-09 16:03 
AnswerRe: Edit Template in Gridview Pin
Vimalsoft(Pty) Ltd19-Nov-09 19:48
professionalVimalsoft(Pty) Ltd19-Nov-09 19:48 
QuestionProblem with creating a windows component. Pin
sarang_k19-Nov-09 8:47
sarang_k19-Nov-09 8:47 
AnswerRe: Problem with creating a windows component. Pin
Abhishek Sur19-Nov-09 11:05
professionalAbhishek Sur19-Nov-09 11:05 
Questiondifference between website and web application Pin
md_azy19-Nov-09 7:58
md_azy19-Nov-09 7:58 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.