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     
1. Is there anything in .NET that we can use a machine as a cache server? 2. How can I make application independent caching? I mean I want all my...
SevDer
07-27-2005 09:31 PM
AT Go to last post
1 44
Hi there, I'm trying to implement CacheItemRemovedCallback in global.asax and am having difficulty implementing refresh of caching. Steps to...
TWEB
07-25-2005 01:30 PM
Brock Allen Go to last post
1 25
Hi Is there any default setting on caching? Can we define caching on application level? TIA --
07-21-2005 02:05 PM
Joerg Jooss Go to last post
3 39
I have an asp.net web app that is coded to use caching. The intermittent error that I see is the...
Lefty
07-16-2005 02:00 PM
Lefty Go to last post
2 34
In a clustered environment does Cache.Remove() kill all instances of the cache item, or does it just kill the item from the box that the code...
Dale
07-16-2005 07:54 AM
Alvin Bruney [MVP - ASP.NET] Go to last post
6 34
Hi Can anyone advise on this please? Something is happening here and it's driving me mad trying to work out what. For simplicity I've reduced...
AndrewW
07-16-2005 06:01 AM
vivek aggarwal Go to last post
3 32
I have developed a User controls that includes a Menu control and wanted to output cache the menu using VaryByControl to cache a set of menus that...
PugOne
07-12-2005 08:28 PM
PugOne Go to last post
0 37
Hi, I need to cache user control which defines public properties. And I need cache to vary by these custom properties. Please help, how to achieve...
B.J.
07-11-2005 03:37 AM
B.J. Go to last post
0 42
Hi, I am developing an intranet application in asp.net which contain datagrid, On double click of a row another window will open and retrieving...
Ramesh
07-11-2005 01:35 AM
Ramesh Go to last post
2 37
Hi everyone, sorry about the cross (re)post but i didn't receive a response in the aspnet group. I am developing an application which uses custom...
london calling
07-06-2005 05:56 AM
london calling Go to last post
0 33
Hi All We are trying to cache the .xsl files by adding the following in the header "Cache-Control: public, max-age=86400" but it seems we still...
Rahul Agarwal
07-06-2005 05:49 AM
london calling Go to last post
1 29
Hi, May happen follwowing situation ? String S=Cache; Response.Write(S); // After writing of e.g. 100 bytes S will null because server is running...
B.J.
07-05-2005 09:14 PM
Alvin Bruney [MVP - ASP.NET] Go to last post
2 31
Hi, I have rendered custom Control (MyControl : System.Web.UI.WebControls.WebControl). I need cache some data in Cache but it is not accessible....
B.J.
07-05-2005 09:19 AM
Stefan [MSFT] Go to last post
1 37
Hi We are heavily using .xsl for client-side transformation and these files are always downloaded with every request to a page. Is it possible to...
Rahul Agarwal
07-04-2005 02:50 PM
Joerg Jooss Go to last post
3 32
Hi, We have one dev box here (Win2003 server/Sharepoint/Visual Studio 2003) that is showing some funny issues ... with what appears to be the...
Donal McWeeney
07-04-2005 05:07 AM
Donal McWeeney Go to last post
4 36
Hi I have an application running on two different web servers (as a backup of each other but not in cluster mode) with SSL enable. The DNS will serve...
07-03-2005 12:49 PM
Scott Allen Go to last post
7 28
Hi all, I would like to enable ASP.NET output caching programmatically. I tried the approach mentioned in the following KB but it does not...
Michael
07-02-2005 07:41 AM
Joerg Jooss Go to last post
3 33
Hi everyone, I have a page that is being requested from an http handler in the web.config file. I am trying to get this to cache so it just...
Francis
07-01-2005 05:46 PM
Francis Go to last post
2 34
I have 2 pages to my application. The first page is a selection page, and this determines what data is displayed on the second page. The second...
Davey P
07-01-2005 02:41 AM
Joerg Jooss Go to last post
2 35
I am attempting to manage all image GETs in a web site. To do this I am using an IHttpHandler. All the basic functionality works well. I am...
John H Clark
06-29-2005 01:36 PM
John H Clark Go to last post
0 36
I have a datagrid with a checkbox column, and dropdown list that does a autopostback. Basically, the dropdown list is a filter for the datagrid. Here...
SouthSpawn
06-28-2005 08:21 AM
sh1rts Go to last post
2 25
Do browser cache images if pages are dynamically created such as aspx pages? I have aspx pages that use the same headers with same images and I was...
John Dalberg
06-27-2005 04:51 PM
Joerg Jooss Go to last post
1 34
I need to cache user data within an HttpModule so I've overloaded OnAuthenticate I retrieve the LOGON_USER server variable as the site must...
Robert Rolls
06-26-2005 04:16 AM
Robert Rolls Go to last post
2 34
I'm using a large 3rd party menu control. It uses a javascript library of up to 75kb. Can this be cached accross pages on the client using SSL with...
AT
06-24-2005 01:26 PM
Joerg Jooss Go to last post
1 29
I am having some trouble with cache expiration inside a handler that I have created: Here is the code that I have: Public Class JSHandler:...
Brian Linden
06-23-2005 06:24 PM
Brian Linden Go to last post
0 29
Hi, When asp.net worker process or application pool recycles, is it guaranteed that the Session_End event fires for all active sessions? Any help...
Srivalli
06-22-2005 03:54 PM
Srivalli Go to last post
0 29
Hi, When asp.net worker process or application pool recycles, is it guaranteed that the Session_End event fires for all active sessions? Any help...
srivalli c via DotNetMonster.com
06-22-2005 03:47 PM
srivalli c via DotNetMonster.com Go to last post
0 35
We have a strange problem with blank pages appearing...sometimes. If we have cacheing enabled on the client and the client's connection is slow, when...
Reece Williams
06-21-2005 05:09 PM
Reece Williams Go to last post
2 33
I have an asp.net application. On one of the pages is a Flash object that polls a .xml file for data every 2 seconds or so. The .xml file is being...
Martin Russ
06-20-2005 03:39 PM
Martin Russ Go to last post
4 39
Does anyone have any recommendations on whether to use System.Web.HttpContext.Current.Cache or System.Web.HttpRuntime.Cache to access the ASP.NET...
Todd Price
06-18-2005 02:36 PM
Paul Wu Go to last post
4 30
Hi all, I'm new here and I don't speak english very good. What's difference between caching and State?
Romero Queiroga Barbosa
06-15-2005 03:51 PM
Brock Allen Go to last post
1 44
Hi, I'm having a bad problem with the cache. I'm adding some objects or even simple variable in the page_load of the page. At the end of each page...
Michael
06-14-2005 07:18 AM
Michael Go to last post
3 31
Hi I have currently built a web appilication which references a class library to retrieve it's data. The class library is in the same solution as...
Grant Merwitz
06-13-2005 10:15 AM
Grant Merwitz Go to last post
1 30
Here's a weird one: I have an ASP.NET application (written in VB.NET), that uses areport created with MS Access. The client had some very...
Brian Battles via .NET 247
06-06-2005 02:31 PM
Brian Battles via .NET 247 Go to last post
0 32
(Type your message here) hi, I prepared the installtion kit for VB.net application. I accept the organization details through user interface editor...
deenadayalan P via .NET 247
05-29-2005 02:37 AM
deenadayalan P via .NET 247 Go to last post
0 28
Hi I am trying to load 2 large xml files into 2 datasets and store them in Cache. The CacheDependency is linked to 3rd file which is produced after...
Martin Millar
05-28-2005 10:26 PM
Alvin Bruney [MVP - ASP.NET] Go to last post
1 28
I have a web applicatin with 2 web forms.Form 1 contains 2 textboxes - txtName, txtAge and Submit button. Form 2 Contains 2 textboxes -...
Saket Mundra
05-25-2005 08:19 PM
Alvin Bruney [MVP - ASP.NET] Go to last post
1 30
Hello there, I am developing an ASP.NET application (v1.1.4322) and I need to find a solution for the following: 1. One of the pages in the...
Gen
05-20-2005 07:52 AM
Gen Go to last post
2 25
I'm trying to do server caching for some pages of a website I developed. All the pages include the same user control to which they pass a...
Evgeny
05-17-2005 08:16 PM
Evgeny Go to last post
0 28
Hi all, I am using caching on my page. The dataset is retrieved from the cache or database as per the availability. While showing the ds on the page...
SMG
05-17-2005 04:21 PM
Brock Allen Go to last post
3 23
Hi All, I am using caching on my page. The dataset is retrieved from the cache or database as per the availability. Once I get DataSet in my page...
SMG - Idealake
05-17-2005 04:20 PM
Brock Allen Go to last post
3 32
right now i have some sql server tables that i search for a value w/ a key each time a .aspx is hit. is there any way i can just have the first hit...
Daniel
05-17-2005 04:17 PM
Brock Allen Go to last post
1 33
I recently had a System Out of Memory exception On a windows 200 server where my .Net App Resides. I checked thru my code and can't seem to...
Elizabeth Harmon
05-14-2005 02:36 PM
gabe garza Go to last post
2 32
Thanks for your reply. Sorry for getting back late. I tried to do something like this below in global.asax.vb, but I am still loosing the Session...
So
05-13-2005 07:52 AM
So Go to last post
0 34
Hi, To improve the performance of my site, which would be best: 1) Output caching my pages 2) dumping pages to html and overwriting the html files...
djmc
05-12-2005 11:50 AM
John Timney \(ASP.NET MVP\) Go to last post
1 29
I'm having a problem with multiple IE windows having the same Session ID. I turned on tracing in my web.config file so I could see the...
Jim Tilson
05-11-2005 10:17 AM
Brock Allen Go to last post
1 32
I'm having trouble with Session ID being duplicated across multiple IE windows. I edited the web.config file of my ASP.net application to enable...
Jim Tilson
05-11-2005 09:51 AM
Jim Tilson Go to last post
0 28
I have an HttpHandler that returns dynamic images based on data and images in SQL. An expensive task. I would like to save the image in the...
Andrew Robinson
05-10-2005 07:31 PM
Brock Allen Go to last post
1 35
Hi, first of all sorry for my not very good English. I have upload button in my aspx file and when the user doing upload of image file, the image...
Ados
05-10-2005 06:23 PM
Ados Go to last post
0 28
Is anyone really using the CAB in a production environment? I'm in the process of designing a caching architecture for a multi-tiered...
Rick
05-10-2005 08:13 AM
Rick Go to last post
0 33
Post New Thread

Display Options
Showing threads 351 to 400 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 - 2008, Jelsoft Enterprises Ltd.