Browse by Tags

Related Posts

  • Re: ScriptService: *.asmx/js caching is not working

    I've got response for similar problem for WCF service and it works. http://social.msdn.microsoft.com/Forums/en-US/wcf/thread/feafc952-4889-45f0-895f-758d810a6e9b/ Solution is to use HttpModule to modify cache settings. Unfortunately this solution doesn't work for asmx service.
    Posted to ASP.NET AJAX Networking and Web Services (Forum) by tarasul on 05-15-2009, 12:00 AM
    Filed under: ScriptService caching, cache, httpmodule
  • Purging Cache from HttpModule

    Can the ASP.NET cache be purged from a HttpModule? I need the code for each page to rerun after I purge certain data that I track in a HttpModule. However when I attempt to get the cache (HttpRuntime.Cache) it doesn't seem to contain anything. However when debugging it, plainly the code in the page...
    Posted to State Management (Forum) by ktietjen on 10-05-2008, 12:00 AM
    Filed under: ASP.Net Caching, Cache, HttpModule
  • Caching and Context.Rewritepath?

    I'm really in a bind, and I'm hoping you guys can help. I created a really simple httpmodule to do URL rewriting, but I'm unable to get output caching to work on the page. So I poked around and found this article (http://www.infinitec.de/articles/development/urlrewritingandcaching.aspx),...
    Posted to HttpHandlers and HttpModules (Forum) by Frunobulax on 07-12-2007, 12:00 AM
    Filed under: URL Rewriting, Cache, HttpModule
Page 1 of 1 (3 items)