Tagged Questions
1
vote
2answers
452 views
cache problem in asp.net with c#
I am using the fileuplaod control to upload the images. For this I used to stored it in the cache
for 2 hours in byte format and show this image using the HttpContext in the .ashx file. For some ...
0
votes
1answer
148 views
HttpContext.Cache - Per Request or per App Domain?
Looking at the MSDN doc for .NET 2.0 of the HttpContext.Cache object it says this:
The Cache for the current HTTP request.
But looking at the .NET 3.0 version version it says:
The Cache for ...