Sign In
ASP.NET 2.0 and IIS 6.0
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
No tags have been created or used yet.
Archive
Archives
November 2006
(1)
March 2006
(1)
December 2005
(1)
December, 2005
MSDN Blogs
>
ASP.NET 2.0 and IIS 6.0
>
December, 2005
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
ASP.NET 2.0 and IIS 6.0
Refresh cache in CacheItemRemovedCallback can cause StackOverFlow in ASP.NET 2.0
Posted
over 7 years ago
by
Yangxin Deng
8
Comments
If you have code that refresh ASP.NET Cache using Cache.Insert in CacheItemRemovedCallback, it works under ASP.NET 1.1 but it may cause infinite loop under ASP.NET 2.0. Create a ASP.NET 2.0 web form project using this code. using System; using System...
Page 1 of 1 (1 items)