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 believe I'm having the problem described in this article: http://support.microsoft.com/default.aspx?scid=kb;EN-US;834608 The resolution described...
downwa
10-25-2004 02:16 PM
Anders Borum Go to last post
6 26
Hi, I have just installed Visual Studio.net 2003 Enterprise Architect. I have been using Visual Interdev so far, and I am used to be able to...
Jason Robertson
10-23-2004 03:06 PM
Jason Robertson Go to last post
0 44
I have an asp.net web app which I recently moved from Windows Server 2000 to 2003. When the worker process recycles- (either manually or when it...
AT
10-23-2004 12:37 PM
AT Go to last post
0 32
Hi there, Here's the situation: I have a webservice that calls an sql query and returns a table with data. This table doesn't change so much...
Koen Hoorelbeke
10-22-2004 08:23 PM
Stephen Woolhead Go to last post
3 27
Hello. I hope someone can help us. We have an ASP.NET application that uses caching, which has given us dramatic performance benefits.. We use file...
Ian Cox
10-22-2004 09:21 AM
Ian Cox Go to last post
2 24
Hi there, Here's the situation: I have a webservice that calls an sql query and returns a table with data. This table doesn't change so much...
Koen Hoorelbeke
10-19-2004 07:42 AM
Ersin Gençtürk Go to last post
5 26
I was wondering how multiple threads can access the ASP.NET cache object safely. Take for example the following code that I got from the ASP.NET...
Michael Vanhoutte
10-19-2004 12:16 AM
Alvin Bruney [MVP] Go to last post
4 31
Trying to create an ASP.NET application for the first time and on loading the project it hangs with the message "Initiliazing offline cache". Left...
wendigo50
10-18-2004 05:26 PM
DotNetJunkies User Go to last post
4 39
Hi When dynamically writing an image to the browser using imgOutput.save(response.outputstream, imageformat), I'm also saving a copy of the image to...
Paul Needler
10-17-2004 11:32 PM
DotNetJunkies User Go to last post
1 38
Greeting, I run a test program written as Win App (C#), which invoke a class library using Cache for state mgmt. It work as expected. Obviously,...
AT
10-15-2004 06:16 AM
AT Go to last post
0 33
I have two .NET applications which store some data in the Cache object. If I start them on the server the Cache is cleared every 2-5 seconds. But...
Elrond
10-13-2004 11:13 AM
Elrond Go to last post
0 31
Hi I am coming from desktop application development field and now I am building(struggling with) my first web application using ASP.NET. I have...
Angel
10-08-2004 04:32 PM
Angel Go to last post
0 37
When trying to add a DataRow to a Page's ViewState, I get the following error: The type 'System.Data.DataRow' must be marked as Serializable or...
AT
10-07-2004 10:00 AM
AT Go to last post
1 38
We're having a .net web-application having it's cache policy set to "NO-Cache". MSDN...
AT
10-01-2004 12:48 PM
Joerg Jooss Go to last post
1 27
Hello. A given script, when run on the test or development servers, will properly return cached versions of the page, using outputcache. It would...
BT
10-01-2004 01:34 AM
BT Go to last post
0 29
I am currently trying to gather all information on my cache collection. I am looping through the System."Collection.DictionaryEntry" class...
GrantMagic
09-30-2004 04:40 AM
GrantMagic Go to last post
4 22
Hi, I've added an override for GetVaryByCustomString to global.asax: Public Overrides Function GetVaryByCustomString(ByVal context...
GFaux
09-29-2004 09:43 AM
GFaux Go to last post
1 28
Im having an issue with my Win2k box. When I try to access my intranet which has been developed using ASP.NET I get the following error...
Paul King
09-28-2004 11:02 AM
Paul King Go to last post
4 24
Our .NET 1.1 application server has 2GB RAM and is running Windows Server 2003 Standard Edition. The IIS 6 application pool that runs our app is set...
Jason Collins
09-28-2004 05:29 AM
Lance Go to last post
30 84
Is it possible to invoke a programmatic equivalent of <%@ OutputCache Duration="10" VaryByParam="None" Location="Server" %> - I've...
Ewan McEachran
09-27-2004 09:17 AM
Ewan McEachran Go to last post
0 38
The following script (which must be included in a .aspx file): void Page_Load(object sender, System.EventArgs e) { int count = 2000; int size =...
Ole Thrane
09-24-2004 08:53 AM
Gabe Garza Go to last post
2 34
Hello - I just posted this message in a different group, before I found this much more specific group. I've seen similar questions, but have yet to...
AT
09-23-2004 03:30 AM
Joerg Jooss Go to last post
3 23
Hi All, I am Disallowing the Caching of Pages.but this work in some machines..but not in others.Below is my code. <% Response.CacheControl =...
Sujith V.P
09-21-2004 10:57 AM
Joerg Jooss Go to last post
1 29
Hi All In my application i would like to maintain cache object per user?so in my code i have written code as Cache objUser = new Cache(); and...
Ravi kumar
09-21-2004 10:29 AM
Joerg Jooss Go to last post
3 33
Hi Friends, I have a problem in making the session variable to null when the browser back button is used.I will explain my scenario here. I have a...
Sujith
09-19-2004 11:39 PM
Sujith Go to last post
0 29
If a DataSet is needed to stored for later use in the session, should I use Session object or Cache object? Will Cache has any problem in a web...
johndow
09-19-2004 05:49 PM
Hermit Dave Go to last post
1 27
Hi, I have a strange problem. I have HTML (Flash etc...) web pages. I have also ASPX pages which runs inside INLINE frame (IFRAME) on this HTML web...
AT
09-19-2004 02:07 AM
AT Go to last post
0 24
Anyone using this? I originally thought just use the ASP net cache for web apps and the CAB for Win apps but I suppose you could use the CAB for...
Harry Simpson
09-15-2004 05:21 AM
Janaka Go to last post
1 25
It may sound strange, but I am not able to find any technical material that talks about where the cached objects are stored. Are they stored only...
Neo The One
09-13-2004 09:47 AM
Anders Borum Go to last post
6 34
Hi, I would like to ask if someone knows how could be accomplished that: When a user goes to WebForm1, he/she stays ther for 15 sec and...
Viktor Popov
09-08-2004 08:44 PM
Scott M. Go to last post
2 35
Hi I have an ASP.NET application that connects to an Access database. Everything works fine except for the Session object. Data in the...
William
09-03-2004 03:11 AM
AT Go to last post
8 29
We have a web application written in asp.net (C#) that contains a lot of html controls, data grids and spits out a lot of data to the browser. Its...
AT
09-02-2004 01:58 PM
AT Go to last post
0 32
Hello! Just wanted to point your heads to the following KB article stating that Microsoft has fixed the dreaded bug with dynamically loading of...
Anders Borum
08-31-2004 11:55 AM
Anders Borum Go to last post
0 26
have a look at the event viewer logs, it will list the reason for the application restart. that's the first place to start. -- Regards, Alvin...
Alvin Bruney [MVP]
08-28-2004 09:42 AM
Alvin Bruney [MVP] Go to last post
0 28
Hi, I need to cache infrequently changed data used by the entire application. Does anybody know whether using Application state (Application =...
Daniel Walzenbach
08-26-2004 11:37 AM
Harry Simpson Go to last post
3 27
When an application pool is recycled in IIS 6.0, What happens to the HttpContext.Cache in an asp.net application, Does it persist across...
Ollie
08-26-2004 08:13 AM
Kevin Spencer Go to last post
1 38
Hi there.. I have created a ASP.NET datagrid which fetches back 8 records from a SQL db. The issue is that when the page is initally executed this...
Paul King
08-25-2004 07:08 AM
Paul King Go to last post
0 40
Okay, what am I missing? For some reason, when I set an absolute expiration time it is always one minute longer for which I stated. I have tried it...
fm (AT) newsgroups (DOT) nospam
08-25-2004 01:39 AM
AT Go to last post
3 39
Hi If I have this simple code: Cache = new MyClass(); Application = Cache;
Xavi Sam
08-25-2004 01:15 AM
AT Go to last post
2 32
Hi Tony, Just add the @outputcache directive to the user controls *.ascx page and set other caching parameters. For more details about the...
Bharat Biyani
08-24-2004 03:12 PM
Anders Borum Go to last post
1 31
Hi All, How to clear the temporary cache programmatically after logging out from the ASP.NET pages when we have form authentication? How to prevent...
DotNetJunkies User
08-24-2004 03:33 AM
DotNetJunkies User Go to last post
0 43
Hi , Please give me any links/examples to create a page which can store my password in cache, call that cache when I enter my userid,...
Rheadore
08-23-2004 10:09 AM
Scott Allen Go to last post
2 30
I use javascript to open a child window from the browser (window.open.....) this is then registered with the system using Page.RegisterStartupScript,...
Ollie
08-23-2004 09:27 AM
Ollie Go to last post
2 31
Hi, I am using absolute expiration to expire my cache object in Cache API. And I set it to expire after 60min. Then I test it, it cache, and...
Dicky Cheng
08-15-2004 10:37 PM
Dicky Cheng Go to last post
2 35
Here's the problem: I have a start page called Main.aspx. I use forms authentication. Initially when the user logs in it goes to Main.aspx After...
abbas mukadam
08-12-2004 03:52 PM
abm Go to last post
2 34
I want to add a web user control to server-side cache using the following code... TextWriter tempWriter = new StringWriter(); Control control =...
MLibby
08-11-2004 04:13 AM
AT Go to last post
1 32
Hello all I have some items that require long expiration date (weeks, months etc) so they stay cached in proxy/clients for a long time as the object...
James Hadwen
08-10-2004 07:36 AM
Oytun YILMAZ Go to last post
1 27
I'm having trouble using my VB class library in ASP.Net-- the webserver gives following error when any component is created from my assembly. ...
Jim Bancroft
08-09-2004 04:53 PM
Jim Bancroft Go to last post
0 30
Hi, I am using ASP.net built-in Cache object, and i store a lot of cache objects for saving database accessing time. When my application start,...
Dicky Cheng
08-09-2004 06:28 AM
Dicky Cheng Go to last post
0 31
I have an image whose ImageURL is constant. On the same page is a control that allows the user to upload an image to the location the URL points to....
Greg Smalter
08-07-2004 02:25 AM
Bharat Biyani Go to last post
1 31
Post New Thread

Display Options
Showing threads 551 to 600 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.