Groups | Blog | Home


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 > november 2006

Why does ASP.NET release cache items before the expiration time?
Posted by Sergey via DotNetMonster.com at 11/14/2006 8:41:26 PM
I have Win2003 64bit server with 6 GB or RAM. Windows Task Manager displays that: * 0.5 GB are taken by IIS * 2.0 GB - SQL Server and other applications * 3 GB - System Cache * 0.5 GB - available So it seems like I have plenty of available RAM. However when I add small data objects to the...more >>


How to update an image?
Posted by Jerry J at 11/6/2006 7:13:01 AM
How can I get an asp:Image to refresh when a user uploads a different jpg. I disabled caching using this command on Page_Load(): Response.Cache.SetCacheability(HttpCacheability.No Cache); but it didn't help. The problem is that this page does not change images after a client uploads ...more >>

Cache Debugger Visualizer
Posted by Anders K. Olsen at 11/2/2006 4:18:36 PM
Hello group Do any of you know where I can find a Debugger Visualizer for the ASP.Net cache? I have found several links to a visualizer by Brett Johnson (e.g. from this article: http://msdn.microsoft.com/msdnmag/issues/05/12/VisualStudioAddins/default.aspx). All links point to the blog...more >>



DevelopmentNow Blog