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 am using Page Output Caching by using: <%@ OutputCache Duration="6000" VaryByParam="None" Location="Any" %> I would like to force caching to...
Jay
05-28-2004 10:46 AM
Victor _ Go to last post
3 36
I had this problem today, lucky for me one of my coworkers new what he was doing. I had a series of Drop down lists, that would populate a...
DotNetJunkies User
05-27-2004 03:25 PM
DotNetJunkies User Go to last post
0 23
How do you get a reference to an applications cache from a class you call from within the aspx page? For instance suppose I have MyPage.aspx and a...
AT
05-27-2004 01:46 PM
Kevin Schneider Go to last post
2 23
Hi all, Here is my observation of recyclation of worker process aspnet_wp.exe. Server: Win2000, 2GB RAM, 2xCPU Installed .Net Framework 1.1, ASP.NET...
DotNetJunkies User
05-26-2004 11:38 PM
Alvin Bruney [MVP] Go to last post
1 27
I was wondering about this topic and although I accept that different situations call for different solutions, but wondered are there any...
OHM
05-24-2004 11:24 AM
OHM Go to last post
2 33
I am building a Web site navigation menu User Control; this User Control will be embedded in most of the dynamic pages of the site. The menu...
DeepDiver
05-22-2004 09:59 AM
Alvin Bruney [MVP] Go to last post
3 26
I have a simple ASP.NET page with a few lines of inline code. I created a DLL to monitor system uptime. The page is in /index.aspx and I placed the...
Tim P.
05-22-2004 01:06 AM
Tim P. Go to last post
1 23
Running an HttpHandler. The handler basically takes a page request and returns session data. Using inprocess session. Cannot get the session state...
Tom_B
05-21-2004 12:01 PM
Tom_B Go to last post
0 24
I need a caching mechanism that will work across AppDomains and across different machines. Of course, one reason for wanting to cache is for improved...
Rob
05-20-2004 02:51 PM
Rob Go to last post
0 24
Hi All, I would really appreciate any ideas / clues on this issue which I am facing. I have a asp.net application, the problem is with maintaining...
Newbie
05-20-2004 07:51 AM
Janaka Go to last post
2 24
Hope this isn't too much of a newb question. I'll ask it in thecontext of what I'm trying to do so that maybe it's more clear.I'm working on a site...
John Thomas via .NET 247
05-17-2004 12:19 PM
Alvin Bruney [MVP] Go to last post
1 29
When I upload files to the server I get this error : "Parser Error Message: Could not load type 'YaddaYadda.Global'. Source Error: Line 1: <%@...
Matija Brnetic
05-12-2004 04:11 PM
Matija Brnetic Go to last post
0 25
Hello, It doesn't seem to matter whether I am testing a form or report, my application keeps caching the previous set of data. For example, if I...
AT
05-12-2004 11:38 AM
AT Go to last post
0 30
Hi there, I've two Web site in Loud balance. The page's, on each Web Site, are cache with syntax: Cache = "Section"; CacheDependency dep = new...
MarcoG
05-09-2004 09:06 PM
Alvin Bruney [MVP] Go to last post
1 24
I have been developing an application that makes extensive use of asp.net caching. I am lazy loading many objects into HttpRuntime.Cache. The caching...
JTS
05-09-2004 09:04 PM
Alvin Bruney [MVP] Go to last post
1 23
I use an httpModule to intercept call to object like swf, js so i can put that object in cache HttpCachePolicy ResponseCache=((HttpApplication)...
paps
05-09-2004 09:04 PM
Alvin Bruney [MVP] Go to last post
1 31
I have a web page that executes a potentially lengthy method declared on an object in a referenced assembly Nested within this method is a call to a...
Ken Everett
05-07-2004 08:11 PM
John Saunders Go to last post
6 28
There is no timeout for values in Application Object See if your application is frequently recycled. Check your machine.config settings Thank Ramesh
Ramesh Nayanala
05-07-2004 06:26 PM
Ramesh Nayanala Go to last post
0 27
Hi, I'm trying to cache Active Directory (ADSI) data when my asp.net application starts, but I'm having a problem. I think it has to do with when...
AT
05-04-2004 03:02 PM
AT Go to last post
0 26
If I have two web servers, one state server, and one database server. The application host 50+ sites each with 15+ users. I have a list of...
Jamey McElveen
05-03-2004 10:02 AM
Scott Watermasysk Go to last post
4 32
Hello Due to performance issues of my application, I need to know how to cache style sheets in the ASP.NET cache and reuse the cached versions for...
Patty
05-03-2004 09:15 AM
Jamey McElveen Go to last post
3 17
Keywords: image cache caching css stylesheet expire expiration asp.net c# ================================================== I'm using ASP.NET and...
Scott Simes
04-30-2004 04:11 PM
Dino Chiesa [Microsoft] Go to last post
1 25
We have written an asp.net app, which is apparently being cached by various British ISP's, and this is recking havoc with our app, as the proxy...
Meron Lavie
04-30-2004 10:39 AM
Scott M. Go to last post
3 19
From a performance standpoint what my best option here I have a homepage that draw contest from many areas of my site. It runs 6 or 7 queries to get...
milo
04-28-2004 06:21 PM
milo Go to last post
0 22
Are there any size limitations to the System.Web.Caching.Cache object? If not a hard limit, how should one guage the optimal amount of data to...
S
04-27-2004 08:29 PM
S Go to last post
2 22
Hi there, I'm building an application that makes heavy use of centralized static methods (and variables) and would just appreciate hearing someone...
S
04-27-2004 06:12 PM
S Go to last post
2 23
I am having the same problem. If you figure out (or have figured out) the answer to your question, please let me know Please email at: chadbryant5...
DotNetJunkies User
04-23-2004 03:36 PM
AT Go to last post
1 22
Hi, I have created an HttpHandler to generate images used on a website. The HttpHandler writes the image data to the Response stream. No problem at...
AWHK
04-21-2004 04:28 AM
AWHK Go to last post
0 25
In regular old asp 3.0 I had the problem when users clicking the back button they would see warning this page has expired. All i had to do was put...
Michael Evanchik
04-20-2004 04:51 PM
Michael Evanchik Go to last post
0 31
Hi all, I have the following problem: I have a private method that returns a SqlDataReader. For this to work I have not to close the DB...
Martin Raychev
04-20-2004 01:44 PM
Alvin Bruney [MVP] Go to last post
1 27
According to the documention the maximum value for duration is a positive integer (2147483647), but if i specify the max value for an integer then...
Ashish M Bhonkiya
04-19-2004 10:10 AM
AT Go to last post
1 24
I am building a 6 page survey with text boxes, radio buttons and check boxes on each page. Performance is critical for this survey. There is a...
csdk
04-13-2004 01:11 PM
csdk Go to last post
0 25
Hi , I am getting the following error when I m trying to cache a datareader object . any ideas ? Invalid attempt to FieldCount when reader is...
Tiraman
04-12-2004 10:51 AM
Tiraman Go to last post
4 22
Hello I am working on a XML based portal system and was looking for ways to improve upon its performance. Can anybody give me some insight on how to...
Anamika
04-11-2004 10:47 AM
coollzh Go to last post
1 24
I'm trying to wrap my head around the proper way to use the cache. I'm a bit new to .NET, so I apologize if some of my terminology is wrong, but...
C P
04-11-2004 01:40 AM
Alvin Bruney [MVP] Go to last post
1 21
Hi there Im having problems with some checkbox generated at runtime. In a form, i draw some html checkboxes, each chekbox represents a...
Mariano Drago
04-11-2004 01:28 AM
Alvin Bruney [MVP] Go to last post
1 39
We have built a web control that allows users to specify details for a query then displays the data on the page. As is typical of an .aspx...
Ben R. Bolton
04-09-2004 03:40 PM
Ben R. Bolton Go to last post
1 27
This is your problem. Cache is "global application" abject... And .net transfers references or pointers to objects not the actual objects. So if you...
Robert Koritnik
04-09-2004 05:55 AM
Robert Koritnik Go to last post
0 25
Sorry if this is a FAQ, we have a site that is mainly visited by anonymous users, and we have some complex pages (they are really CMS templates, by...
Gabriele Cannata
04-09-2004 12:46 AM
Anamika Go to last post
5 27
I am trying to use output caching on an ASCX. I set the timeout to 15 minutes, and varybyparam is none. It seems to work fine on most pages, but...
AT
04-08-2004 12:15 PM
AT Go to last post
0 26
Hallo, I have a strange problem: ASP.net caches my aspx pages, the code not the output. For testing is created a page and inserted the folowing into...
Thorsten Tarrach
04-08-2004 06:00 AM
Thorsten Tarrach Go to last post
8 20
Never mind... I see this question doesn't really make sense. Everying on the cache is just an object, and if a class is internal, someone else...
C P
04-07-2004 12:03 PM
C P Go to last post
0 23
This has nothing to do with .NET. It is a feature of IE called AutoComplete. It's settings are in Tools...Internet Options...Content Tab, then the...
Scott M.
04-06-2004 09:20 PM
Scott M. Go to last post
0 26
I'm using session state to store a dataset for a few different pages. While this works well I am concerned about the lifetime of the data. ...
Brett Robichaud
04-06-2004 09:15 PM
Alvin Bruney [MVP] Go to last post
1 26
Hi, can anyone offer advise on this server error I am getting asp "system.outofmemoryexception" on our production environment. The server is a...
Darren
04-05-2004 10:42 AM
AT Go to last post
3 36
Hi I am having a problem with caching : I have a page that has several drop down lists on it. The data for these lists are stored in a SQL server...
Darren Newton
04-05-2004 09:41 AM
Darren Newton Go to last post
2 25
the long and short of it is you need to use serverandprivate instead of no cache. certain headers aren't shipped out to the client when you...
Alvin Bruney [MVP]
04-03-2004 07:54 PM
Alvin Bruney [MVP] Go to last post
0 28
who can tell the detailed difference of: HttpRuntime.Cache, Context.Cache, HttpContext.Current.Cache
coollzh
04-03-2004 07:25 PM
Alvin Bruney [MVP] Go to last post
1 24
For 1, it is a common approach. For2, now that you have the dataset, you can iterate it for your results. You can think of the datatable as a grid...
Alvin Bruney [MVP]
04-03-2004 07:21 PM
Alvin Bruney [MVP] Go to last post
0 19
Hallo, I have a strange problem: ASP.net caches my aspx pages, the code not the output. For testing is created a page and inserted the folowing into...
Thorsten Tarrach
04-03-2004 06:53 AM
Thorsten Tarrach Go to last post
0 22
Post New Thread

Display Options
Showing threads 651 to 700 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.