Browse by Tags

Related Posts

  • how can i clear the cache programmatically..

    in my web project when user logout...and from cache i select the url he was using then i got the access to that seesion...i dont want to be happen.... for that i want to clear the cache memory automatically...how can i do that ... (( if i click the history page from cache i am getting the access for...
    Posted to Web Forms (Forum) by Rangapure.S.Swapnil on 04-16-2009, 12:00 AM
    Filed under: "ajax", "Asp.net 2.0 user control", "Asp.net 2.0", "Asp.net 2.0", .Net 2.0, .net 2.0 ASPX, .net 2.0 c#, .Net 2.0 FormView, //code, Acces web site, Access, access a website, as.NET 2, AS.NET 2.0, AS.NET 2.0 C#, AS.NET 2.0 C#vb, AS.NET 2.0 cookies authentication, as.NET 2.0 VB, Cache, cache browser, cache datatable object alter add column, cache null object, cache server.execute, cache substitution, cached control, CacheDependency Cache VirtualPathProvider, cachen achieve the impossible.", Caching, Answer
  • Any way to clear/flush/remove OutputCache ?

    Hello all, I'm using the OutputCache on my web-user control (.ascx) <%@ OutputCache Duration="1000" VaryByParam="none" %> I would like to retain the cache for next 1000 seconds, but when a specific page on my site is loaded, I would like to remove/flush/refresh the cache...
    Posted to State Management (Forum) by niteprince on 02-20-2009, 12:00 AM
    Filed under: Cache, Caching
  • Post-cache ("Donut Cache") with User Controls

    Hi, guys. I've read the ScottGu's article about "Donut Caching" and not only his, but others about Post-Cache; but many of them talk about the Substitution Control. I either find things about Partial Caching using partial caching controls, or even setting the OutputCache directive to...
    Posted to Architecture (Forum) by thiagosindra on 02-12-2009, 12:00 AM
    Filed under: outputcache, scottgu, substitution, cache, caching, user controls, post-cache, donut cache
  • clear Cache when Logout

    I would like to clear all cache in my Application when user Logout. \The website has 2 type of members and when member1 Visit ../department1.aspx and logout, i can still see the page by typing ../departement1.aspx in the Browser I try to debug it but it seems like by typing the url in browser, it display...
    Posted to Web Forms (Forum) by Afriklink on 01-08-2009, 12:00 AM
    Filed under: .NET 3.5, AS.NET 2.0 C#vb, Caching, .ASPX, .Net 2.0, Cache, cache datatable object alter add column, cache server.execute, Cache variables
  • Do we have Cache Dependency based on the value of a variable

    I have a sp which load a dataset based on the value of currency and displaytype . I am caching the dataset. Aftter the page loads the user can change the value of currency and displaytype , and the page reloads. I want to invalidate the cache at this point. But I am not able to add a cache dependency...
    Posted to State Management (Forum) by modhu56 on 12-16-2008, 12:00 AM
    Filed under: Cache, cache dataset, Caching, ASP.nett 3.5, Cache dependency
  • Caching and the thread pool

    Since cache is shared accross the thread pool of a web app, I have started to worry a bit about some of the code that I have written in the past. I have not seen any issue with the code and it has performed well on a very high traffic site for well over a year and a half. My main concern has to do with...
    Posted to State Management (Forum) by CarthartDevelper on 08-13-2008, 12:00 AM
    Filed under: Thread safe, Threading, Cache, Caching, xmldocument, "dynamic controls"
  • 'webpage is expired' problem

    I am using ASP.NET 2.0 login control and form Authentication in my application. I have applied security to my application in following case by setting this statement in Page_load event of all pages. Response.Cache.SetCacheability(HttpCacheability.NoCache) Case 1 : When I login(login.aspx) to website...
    Posted to Security (Forum) by Bhushan Lolge on 07-23-2008, 12:00 AM
    Filed under: security, caching, .net 2.0 security, asp .net 2.0.net, Cache
  • How to keep an application alive?

    Any idea how to keep an application alive? One way I thought to create a new thread when the Application_End even is raised in global.ascx like public void PingServer() { try { WebClient http = new WebClient (); string Result = http.DownloadString( App .Configuration.PingUrl); } catch ( Exception ex...
    Posted to Web Forms (Forum) by Dynamic2008 on 06-15-2008, 12:00 AM
    Filed under: process, ASP.net 2.0 code-behind, aspnet_wp, C# URL handling, cache null object, Cache variables, Caching, global.asax, .ascx .aspx C#, .aspx page, .cs, Cache
  • Changes made in dev not showing in production

    Hello, I'm brand-new to ASP.NET but I've been tasked with making changes to an existing ASP.NET 1.1 site. The site was created with Visual Studio 2003 and uses C# and the code-behind model. All I need to do is make a few simple changes to the default.aspx page, which I've done and can see...
    Posted to Configuration and Deployment (Forum) by Steve309 on 05-09-2008, 12:00 AM
    Filed under: cache, Caching
  • List all cache keys, expiry times and priority.

    Hi, I'd like to get a list of all the current objects in the cache including the expiry time and priority if possible. I've been trying to do this all day, I can get the list of cache keys no problem but finding the additional information is proving a bit of a problem. Can anybody help?
    Posted to State Management (Forum) by Frogster on 04-02-2008, 12:00 AM
    Filed under: Cache, cache object, Caching
Page 1 of 4 (31 items) 1 2 3 4 Next >