im using mvc-mini-profiler on a test site. When i put an OutputCacheAttribute on my act开发者_JAVA技巧ion method, the profiler is not executed and always return the last value that he had before the c
Lately, i have been exploring the source code of O开发者_Go百科utputCache attribute in asp.net mvc-3 with intention to inherit and customize it according to needs of my application. I was expecting th
I am reading a book about MVC2, and in the OutputCache section it states: Warning In the earlier section “How Authorization Filters Interact
I know it\'s called \'Output\' cache, but is it possible at all to programmatically add/get/remove objects to the ASP.NET MVC OutputCache?
The context I have an Asp .Net web application with some pages that inherit from a base class \"BasePage\".
is there anyway to look on a windows web server to see the current size of the asp.net cache and how much room it has left before things keep getting rejected.
Someone here knows how to control the total possible amount of memory that ASP.net uses to maintain the output cache? I\'m having so开发者_如何学JAVAme troubles and memory issues related to this and I
Two questions: 1. If I have a content page and a master page and I put t开发者_Go百科his inside my content page:
I\'m getting OutOfMemoryException in my website when memory reaches 50% of total system memory. Investigating the memory I\'ve found that my problem concern on the growing rates of Output Cache entrie
I am using an AuthorizeAttribute to check that users have an over 18 age cookie set to access pages. This works fine, but I am extending in slightly now.