HighTechTalks DotNet Forums  

Sponsored Links


ASP.net Caching microsoft.public.dotnet.framework.aspnet.caching


Discuss in the ASP.net Caching forum.



Post New Thread
Threads in Forum : ASP.net Caching Forum Tools Search this Forum
  Rating Thread / Thread Starter Last Post Reverse Sort Order    Replies         Views     
I have a user control which makes a System.Net.Webrequest to get weather data from a rather low-performance XML feed. It times out peridically,...
Andy_S
10-07-2005 02:05 AM
Venkat_KL Go to last post
1 43
Problem with saving session variables of you hyperlink into your site to a gateway page and then redirect to another page. I have an asp.net...
Marty Spallone
10-07-2005 01:49 AM
Venkat_KL Go to last post
1 40
For a highly scalable app, to properly implement output-caching of pages (page-fragments, user-controls, etc.) is it necessary to...
John A Grandy
10-07-2005 01:22 AM
Venkat_KL Go to last post
1 43
Hello, I have 2 web projects,1 C# and 1 VB project under a single solution. I use a session variable in C# project to store a string so that I can...
Imdad
10-06-2005 03:38 PM
Alvin Bruney - ASP.NET MVP Go to last post
1 43
I'm trying to nail down some issues with the cache in my application. Currently, I have an object that stands between my business logic and database...
William Sullivan
10-06-2005 12:02 PM
William Sullivan Go to last post
0 36
I've implemented some static methods of a helper class to persist and retrieve state between roundtrips of ASPNET pages and controls. These methods...
alto
10-05-2005 09:09 AM
Brock Allen Go to last post
1 45
I am trying to implement a callback when a cache item expires (or is removed). Below is sample code from my page that does just that... Private Sub...
Sunish Abraham
09-29-2005 04:47 PM
Sunish Abraham Go to last post
0 41
Is this a bug in .net file io? is there a work around? when writing a large file with using(StreamWriter ... if the network drive of the share is...
Daniel
09-28-2005 03:30 PM
Daniel Go to last post
0 38
Our website caches a number of high-traffic pages, such as the home page. I just noticed one behavior on our cached pages that's causing a problem-...
Jon
09-23-2005 01:57 PM
Jon Go to last post
3 34
I need to adding caching capability to our application and we "get" data from our business layer code ; so initially I wanted to use something...
Sunish Abraham
09-22-2005 12:48 PM
Sunish Abraham Go to last post
0 48
Hi, I store dataset for each page in the session and a reference to the session key is stored in viewstate. But now on which event I should clear...
EDom
09-22-2005 10:34 AM
EDom Go to last post
2 40
Is it possible to read the data from a cache file left on a computer? I am looking for a website that was in my history until I erased it. I still...
AT
09-21-2005 02:59 PM
AT Go to last post
0 36
NCache boosts .NET application performance through in-memory clustered object caching. NCache not only lets you cache read-only data but also complex...
Sarah Sana
09-21-2005 01:07 PM
Alvin Bruney - ASP.NET MVP Go to last post
1 43
what is the difference between these two pattern as they are nearly same!!! for which kind of problem examplar pattern is more suitable? when should...
AT
09-20-2005 08:21 AM
Alvin Bruney - ASP.NET MVP Go to last post
1 37
how to get the number of milliseconds between two System.DateTime objects
Daniel
09-19-2005 08:28 PM
Juan T. Llibre Go to last post
2 36
Hi When I set Session state mode to StateServer (IIS 6.0; windows2003; .NET 2.0) in my application, I have recived this...
Maciek
09-15-2005 04:54 PM
Maciek Go to last post
0 51
I have a web app that builds a tree from a database. The tree is build on demand when the user POSTs the page back to the sever. The server...
a
09-14-2005 01:54 PM
a Go to last post
0 44
i know i can set the outputcache for a single page using the directive: <%@ OutputCache Duration="60" VaryByParam="None" %>but how can i set it...
Abraham Luna
09-10-2005 06:56 PM
Abraham Luna Go to last post
2 44
when i use stream writer to write to a shared folder, and the network card of that remote computer is disabled in the middle of the write...
Daniel
09-07-2005 08:32 PM
Daniel Go to last post
0 41
I'm retrieving XML from several external webservices and compiling it into a single document based on our requirements. Doing so takes 15-30...
Dave
09-06-2005 02:51 PM
Oliver Wong Go to last post
1 38
How can I get the Page has Expired message to display? I have tried on & off for 3 days to do this. I have an ASP.net 1.1 app (SSL) which displays...
zah
09-01-2005 01:55 AM
Joerg Jooss Go to last post
6 49
Hi All, I am facing a peculiar problem in my ASP.NET aplication Let i have got following page Login Page---->Page 1---->Page 2------> Page...
AT
08-27-2005 04:26 PM
Scott M. Go to last post
1 48
hey gang, so im working on a data-driven website, w/ content encapsulated into user controls. and im experimenting w/ OutputCaching... i thought i...
AT
08-26-2005 06:37 PM
AT Go to last post
0 46
This cost me 2 days of troubleshooting so I thought I'd share and save others the heartache. :) http://www.kbalertz.com/kb_836868.aspx The above...
Omar Abdelwahed
08-26-2005 02:36 PM
Omar Abdelwahed Go to last post
0 43
Got another outputcache question! I've been using outputcache for an aspx page that dynamically generates images. This page is called many times by...
Omar Abdelwahed
08-25-2005 04:53 PM
Omar Abdelwahed Go to last post
1 44
Hi all, What is the maxmimum duration one can specify in the Output cache directive? I get that it can take a 64-bit integer, but what is the true...
Omar Abdelwahed
08-24-2005 01:57 PM
Omar Abdelwahed Go to last post
2 42
Hi folks. I'm getting killed here by a Session object issue and I'm hopeing someone can help me. I'm programming ASP.NET using Visual Basic.Net 2003...
Darryl
08-23-2005 08:57 PM
Darryl Go to last post
0 55
I have two user controls, child and parent. In parent.ascx I have.. <div> <uc1:child....> </div> hild.ascx does work and so it has an OutputCache...
AT
08-23-2005 06:43 PM
AT Go to last post
4 51
The HttpCacheability Enumeration doesn't make sense to me. It appears that Server and ServerAndNoCache both disallow caching on the client. If that...
Jonathan Allen
08-23-2005 01:29 PM
Jonathan Allen Go to last post
2 43
Dear all, I want to mark my ASP.NET pages such that they are not cached. How can I do so? Thanks for any help. Pratham
pratham
08-23-2005 07:23 AM
pratham Go to last post
2 46
A user control can be cached declaratively like this: <%@ OutputCache Duration="20" Shared="True" VaryByParam="None" %> But i want to set an exact...
Bekas
08-21-2005 01:07 PM
Bekas Go to last post
0 42
if there are two same name cache in a asp.net application , what will be happened ?
Kylin
08-19-2005 02:26 PM
Teemu Keiski Go to last post
1 50
Can I cache in gloab.asax.cs any document ? -- FireCrow Studio Kylin Garden QQ:462042991 MSN:GaoTianpu (AT) hotmail (DOT)...
Kylin
08-19-2005 05:49 AM
Kylin Go to last post
0 42
Are there any built in features of asp.net 2.0 that will allow you synch your cache across a web farm? For instance, I get some external XML I cache...
Dave
08-17-2005 06:55 PM
Ben Strackany Go to last post
2 45
Dear All, We have constructed a web site with about 110 pages using ASP.NET with Visual Basic server code. First time that we published our site...
Ehsan
08-17-2005 03:43 PM
Joerg Jooss Go to last post
1 46
Hi, You have an extra parameter,there is no "CacheItemPriorityDecay" parameter in the Cache.Insert method. change your code ...
Hibri
08-16-2005 05:10 AM
Hibri Go to last post
0 37
Hi, say I am adding lots of things to the cache, and I want a callback when each of them is removed can I just create one instance of my delegate...
Andy Fish
08-15-2005 08:52 PM
Brock Allen Go to last post
4 43
You need the System.Web.Caching namespace. -Brock DevelopMentor http://staff.develop.com/ballen
Brock Allen
08-15-2005 08:40 AM
Brock Allen Go to last post
0 44
Hello, I'm in the process of migrating an ASP.NET 1.1 site to 2.0. One of the problem I encounter is the change of behavior of the framework calling...
Olivier Matrot
08-11-2005 10:54 AM
Brock Allen Go to last post
1 45
Hi, in our project, we are storing all the static data in cache object first time when the application starts and that data is used for the lifetime...
Ramu
08-11-2005 10:52 AM
Brock Allen Go to last post
3 42
Hi, I want to load contents of a remote HTML file and to display it on the ASP ..NET Web Page. The remote HTML file is not under any virtual folder...
Anbu
08-10-2005 02:37 AM
Wajahat Abbas Go to last post
1 55
does C# have any collection objects that support sort functionality so that I dont have to write my own sorting algorithm?
Daniel
08-05-2005 03:11 PM
Alvin Bruney [Microsoft MVP] Go to last post
1 39
how to create a gif or png dynamicaly in .aspx and return in response?
Daniel
08-04-2005 06:54 PM
Brock Allen Go to last post
1 40
We have an MCMS template (.aspx page) with the following cache directive <%@ OutputCache Duration="86400" Location="Server"...
A Louis
08-04-2005 03:17 PM
WJ Go to last post
2 51
hi guys I am looking for a way to read & download my e-mails from my pop3 account from another server by using ASP(vb) If you know anything about...
jamal
08-04-2005 09:47 AM
Oliver Wong Go to last post
1 38
in C# fastest way to convert a string into a MemoryStream
Daniel
08-02-2005 07:01 PM
Daniel Go to last post
0 42
Hi, I am looking for some articles / guidelines which can tell me when to "cache" Database Objects like Datasets,etc or Bussiness-related Objects...
Sam
08-02-2005 01:09 PM
Alvin Bruney [Microsoft MVP] Go to last post
1 41
hello, i have a asp.net portal with ~ 5 - 100 logins / minute Is it possible to cache a page in which only some links on the page have as parameter...
Xavier
08-01-2005 10:26 AM
Xavier Go to last post
2 37
Hi there, I am trying to use the VeryByParams Property from Response.Cache, but somehow it's not send correctly to the browser. Here's my code:...
AT
07-29-2005 08:32 AM
AT Go to last post
0 46
in C# how do i get to total number of kilobytes of memroy total and available for the current machine?
Daniel
07-28-2005 01:29 PM
Daniel Go to last post
0 59
Post New Thread

Display Options
Showing threads 301 to 350 of 914
Sorted By Sort Order
From The
Forum Tools Search this Forum
Search this Forum :

Advanced Search

New posts New posts More than 15 replies or 150 views Hot thread with new posts
No new posts No new posts More than 15 replies or 150 views Hot thread with no new posts
Closed Thread Thread is closed  
 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off


Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.