Archived Months
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
all groups > asp.net caching > september 2006

cache items are removed automatically
Posted by o0lOlllOl0o NO[at]SPAM gmail.com at 9/26/2006 9:03:32 AM
hi, I am using httpruntime to cache certain objects in my application. I need to store 4 objects in cache. but the cache items are being removed from cache after 20-30 seconds. it is working fine if i store only 3 objects. i am using .net 1.1. The reason i am getting in the callback method...more >>


Issue with Session variables
Posted by DanG at 9/25/2006 2:48:38 PM
Hi all Per the code below, I load an array from a session variable. When the user clicks Save, I attempt to build a new array that looks like the original, except with the updates from the screen. Then I compare the two, to see if any changes need to be written out to the database. Sessio...more >>

Problem with SetLastModified and Time Drift
Posted by Loz Hygate at 9/25/2006 8:28:02 AM
I've got a web server running on a separate machine from a database server. Update timestamps for database entities are based on the database server's time. I want to be able to create a page with the Last-Modified http header set to the saved value. Unfortunately Response.Cache.SetLastModi...more >>

testing nntp
Posted by testing at 9/15/2006 10:10:24 PM
testing nntp...more >>

Problem creating cache dependencies (reposted)
Posted by daniel at 9/12/2006 9:49:02 PM
Hi, I experiencing problems when i create cache dependencies for objects I wish to add to my web cache. Essentially I have a network directory with a number of subdirectories. My application creates objects which represents the data held in these subdirectories. I am creating a CacheDepen...more >>

Question on caching and application tiering in ASP.NET 2.0
Posted by intrepid_dw NO[at]SPAM hotmail.com at 9/12/2006 11:56:22 AM
Hello, all. I'd like to ask a question about the structure of a .NET Web application and how ASP.NET 2.0 implements SQL cache invalidation. MS provides an ObjectDataSource class to leverage existing external "business objects" used to get data from a database. That class supports a SqlCache...more >>

Caching and session
Posted by Stephane at 9/11/2006 9:07:02 AM
Hi, I want to use .net caching with session variable instead of querystring. I mean, I use this directive: <% @OutputCache Duration="300" VaryByParam="id" %> which is working fine when the id in the query string change. But I also have some session variable in which I store dates. Those...more >>

cookie expiration
Posted by Ram at 9/5/2006 2:38:02 AM
Hi I am using cookie to store unique encrypted token, i want to use the cookie expire time 8 hours. I doing like below to expire: Cookie.Expres = DateTime.Now.AddHours(8) Its working in my local system as both are in same time zones. I got the problem when I deployed my application to ...more >>




DevelopmentNow Blog