The text of this article is not in this database — only its details are. The old site it was published on is gone, but the Internet Archive kept a copy: Caching in ASP.NET 2.0
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment
It is the same account you read, post and publish with — and you will come straight back to this page.

vimal kumarPosted Mar 25, 2011, 9:52 AM
In Partial Page Caching section You have added con.Open(); cmd.ExecuteNonQuery(); Just Remove this 2 lines and check it
Rajesh TiwariPosted Oct 22, 2010, 11:45 AM
I am using caching variable on same page but find difficult page wasn't debugging
Ravish RavindranPosted Oct 6, 2010, 8:07 AM
Thanks for the article
Piyush TripathiPosted Apr 29, 2010, 6:26 AM
Thanks for very good article. Now i m feeling some confidence in caching. Thanks a lot. Piyush Tripathi
Sarah WilliamsPosted Dec 3, 2008, 12:13 PM
Good work! However, I must mention that ASP.NET Cache is not very scalable or reliable either in large web farm situations. It does a bang up job for single server environments, but as we start to scale problems arise. That's why we see a surge in distributed caching solution providers nowadays. Even Microsoft has jumped into the arena themselves. For more information about ASP.NET Cache drawbacks please read: http://www.alachisoft.com/ncache/asp-net-cache.html Cheers!
AksarPosted Oct 21, 2008, 4:23 PM
Thank you so much for such a nice article...
Rahul Kumar SaxenaPosted Sep 25, 2008, 5:06 AM
heyy..... Where is my article content?