I have an ASP.net application (c#). When a user is on a specific page, they click a link on this page that takes them to a child page, displaying the product details.
i\'ve got a website that uses OutputCache attribute to cache pages. Works great. Now, I\'m in the middle of R&D\'ing scaling up this site to be in a web farm. Along with the usual suspects for we
Is it possible to detect whether an ASP.NET Page is about to be cached and if so, how? The HttpCachePolicy object provides only 开发者_如何学运维set-methods. The VaryByParams name-value collection is
To configure aspx pages\' OutputCache from one place, there is a great tool which is the CacheProfile attribute in <%@ OutputCache %> associated with a custom cache profile defined in the web.confi
I\'m implementing Outputcache in my application and it works fine, but the first time always take a lot to load and the next foll开发者_运维知识库owing request will be faster...
I w开发者_StackOverflow社区ant to use an Enum value for the types of VaryByCustom parameters I will support, is it possible to do this?
What is the difference between configuring a Caching Profile in Web.Config and configuring it in IIS?
after digging into this topic and having the req开发者_JAVA百科uirement, that a single page should be totally cached, except for a
I have a user control that is featured on several pages of a heavily hit site. Some of these pages include our blog sidebar, our forum sidebar, and smack right in the middle of our home page. That mea
I am using the LWUIT library (j2me). When I compile the code with my IDE (intelliJ) everything compiles and runs fine, but when I\'m building it with Antenna (latest version), I fail on the preverify