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 page on my web site for which the Session_End method is triggered every time I call it. Session_End is called immediately following the...
Jim Toth
10-18-2003 11:11 PM
AT Go to last post
6 29
Hi I have the same ASP.Net application running across three different clusters, all of which are accessing the same ASPState database. By a stroke...
AT
10-17-2003 10:09 AM
AT Go to last post
1 28
Hi Jacob, Wondering if you can help with this problem. We have asp.net web app. Session.Timeout = 20minutes. But the application is timing out before...
Mahesh
10-17-2003 01:23 AM
Alvin Bruney Go to last post
3 16
My asp.net program is very slow. I have a asp.net application that has two basic custom dynamic html controls (htc) that are embedded repeatedly on...
ed
10-16-2003 08:36 PM
ed Go to last post
0 19
B"H Is there any way to do fragment output caching without the UserControl. i.e. for costom controls that inherit Control or WebControl...
Moshe Plotkin
10-15-2003 08:36 AM
Steve Drake Go to last post
1 11
Due to a recent increase in spam sent to posters in newsgroups, Microsoft advises that newsgroup participants should consider avoiding posting to...
Microsoft Communities Team [MSFT]
10-14-2003 06:26 PM
Microsoft Communities Team [MSFT] Go to last post
0 14
Is there anyway I can prevent caching? I tried this http://support.microsoft.com/default.aspx?scid=kb;en-us;165150 <% response.addheader("Pragma",...
Karen
10-14-2003 03:27 PM
Alvin Bruney Go to last post
1 24
Is there a problem with an extended viewstate value in a form postabck that would give the "Server not found or DNS Error"? I have two datagrids in...
Todd
10-14-2003 11:19 AM
Todd Go to last post
0 17
Hello Guys, I have specific questions about "XmlDocument" in Visual C#. Any pointers would be truly appreciated. 1. If my XmlDocument is as...
itsme
10-13-2003 08:10 PM
Jerry III Go to last post
1 23
Hi everyone, can you help solving this problem?? I I have a web form wich as one DropDownList with AutoPostBack enabled. When Users use this...
Bruno Ferreira
10-13-2003 05:59 PM
Bruno Ferreira Go to last post
0 17
It's kind of a simple problem. Basically, the carriage returns are kept, the problem is you won't see them in the browser window because the...
Mark Fitzpatrick
10-13-2003 08:35 AM
Mark Fitzpatrick Go to last post
0 23
Why every time I make a change to a WEB page, rebuild and run the application, my changes do not appear? The only way to see my changes is to refresh...
Ronen
10-12-2003 07:12 PM
Ronen Go to last post
2 19
A growing archive of fascinating media articles on current issues & affairs. Available at Arcis Foundation Website: www.arcis.co.uk/php/ -- Posted...
[AF] Abdulhafid
10-12-2003 08:19 AM
[AF] Abdulhafid Go to last post
0 17
I have implemented an IHttpHandler that takes requests for an extension of ..picture and generates, on the fly, a GIF image that is returned. It...
Christopher Ambler
10-10-2003 07:34 PM
Christopher Ambler Go to last post
0 24
Thank you GB you have saved me hours of digging. Why is it the simplest stuff is sometimes the hardest to figure out? My page has almost 3,000 lines...
Judith Stanley
10-09-2003 10:23 PM
Jerry III Go to last post
2 25
Is there any way you can put SessionID into client's persistent cookie instead of browser cookie? I'm trying to create a shopping basket that can...
Jay
10-09-2003 01:18 PM
Jay Go to last post
0 19
Hi people.... As I understand it, caching of often used data is actually done on the webserver. No problem there. Also, I have toyed with moving...
NotYetADotNet Pro
10-08-2003 02:52 PM
Alvin Bruney Go to last post
1 27
Yes, that's what happens when you say things without testing them first. :) Put the code on Application_PreRequestHandlerExecute, and the code...
GB
10-08-2003 09:12 AM
GB Go to last post
1 36
In my Session startup method, I execute this code: School myschool = new School(schoolId); Context.Cache.Insert(schoolCacheKey, myschool,...
martin
10-07-2003 03:47 PM
AT Go to last post
1 19
this is bad bad bad. not good programming practice at all. did i mention that this was bad? you absolutely need to check stuff before you blindly...
Alvin Bruney
10-07-2003 03:10 AM
Alvin Bruney Go to last post
0 24
I keep track of Session expiration by storing a (SessionId, "") pair in Application. When Session_Start is fired, I check for Application - if it's...
szabeli
10-07-2003 03:01 AM
Alvin Bruney Go to last post
1 17
the handlers should be in an <httpHandlers> element, not <httpModules>.
Jon
10-06-2003 12:59 PM
Jon Go to last post
0 24
Hi, I have an .aspx page that dynamically generates an image, by calling Response.ContentType = "image/jpeg"; and Response.BinaryWrite( ImageData...
David Bradshaw
10-04-2003 09:34 PM
aazz aazz Go to last post
1 16
For several days, we have been experiencing slowdowns in the Microsoft newsgroups. The combination of the recent waves of spam and viruses generated...
Ben Miller [msft]
10-03-2003 06:55 PM
Ben Miller [msft] Go to last post
0 23
I am trying to vary output caching by 2 parameters (separated by a semi-colon), however it appears that ASP.Net is only caching a new version of the...
Jeff Hamilton
10-03-2003 12:03 AM
AT Go to last post
1 23
I have what amounts to the following code: string parent = "xyz"; Cache.Insert(parent, foo); string child = "abc"; string files = new...
AT
10-02-2003 09:29 PM
AT Go to last post
0 24
I have a custom O/R mapper and I've implemented a caching layer in several places. First, I the data that "fills" a domain object is automatically...
RMD
10-02-2003 05:16 PM
Trond-Eirik Kolloen Go to last post
1 16
Hello, I bumped into very interesing problem with VaryByParam attributte and I have a small framwork that enables to reproduce the problem: I...
AT
10-01-2003 10:13 AM
AT Go to last post
3 17
I am developing a web site that requires certain pages not to be cached. I've added http headers for those pages. However, they only work for the...
JTepera
09-30-2003 06:28 PM
Michael Pearson Go to last post
1 11
Hi, I have a page where users can input some data into input controls. To save this data the user must be logged in. If they click on Save they...
C
09-30-2003 06:57 AM
C Go to last post
0 14
Does your server support GET command? I mean, is it enabled for the subdirectory (or the root) that you've configured for your jpg? That's the only...
Dan Guisinger
09-28-2003 10:52 AM
Gaurav Vaish Go to last post
4 31
I can't seem to get caching working correctly and I was wondering if anyone could help... I have a fairly standard page design with a header...
Paul Hatcher
09-27-2003 02:59 AM
Paul Hatcher Go to last post
0 20
I've reposted this from the dotnet.framework.aspnet forum since someone indicated it had to do with "caching"... Why is it the first time I browse...
Larry Brindise
09-27-2003 02:53 AM
Paul Hatcher Go to last post
7 32
The subject says it all. Is there any way to determine how many clients are attached to a web application and what session data is in use for each...
Walt
09-25-2003 07:25 PM
AT Go to last post
1 17
B"H I have a few intense custom controls that would benefit greatly from (fragment) output caching. However they require none of the .net prefab...
Moshe Plotkin
09-25-2003 10:04 AM
Moshe Plotkin Go to last post
0 24
Does anybody have more information on Caching Application Block other than the one provided by MS? Any usage Samples? TIA paritosh
paritosh
09-24-2003 04:39 PM
Nathan Dolly Go to last post
1 23
Hello, I'm new to the newsgroups so sorry if this is a known issue :) I am trying to use a TextBox like a Statusbar in a Web Application. In other...
Charles Brauer
09-23-2003 11:27 PM
Alvin Bruney Go to last post
1 22
are you writing the value back to the database by any chance? "max" <umenon (AT) yahoo (DOT) com> wrote
Alvin Bruney
09-23-2003 11:24 PM
Alvin Bruney Go to last post
0 22
I found a way to deal with this situation. I created a cache entry based upon the SessionId for each client. These entries are all dependent upon a...
Walt
09-23-2003 10:53 AM
Walt Go to last post
0 15
I have a web application with at least three pages: /index.aspx (home page) /login.aspx (login page) /my/portfolio.aspx (private page - needs...
AT
09-23-2003 09:39 AM
AT Go to last post
1 22
Hi folks, Been working with asp.net for a few yrs now, but today I'm attempting to cache a user control for the first time. I have a user control...
George Durzi
09-22-2003 01:05 PM
George Durzi Go to last post
0 19
Dear All, Given a Hash Table containing "n" objects (each having many properties) - is it possible to know how much memory that hash table has taken ...
AT
09-19-2003 10:42 AM
AT Go to last post
0 18
I am using HttpContext.Current.Cache to store some values in a web service method. I have a page in the same web application that simply dumps the...
Nathan Baulch
09-18-2003 08:15 PM
Nathan Baulch Go to last post
1 23
When accessing the page via the 2nd url, the page knows whether there is something cached or not however, the data within the cache is not...
dave
09-17-2003 07:39 PM
AT Go to last post
9 27
Hello, I know how to cache pages (varying by querystring parameters) like so: <%@ OutputCache Duration="15" VaryByParam="id" %> Hence if a user...
Tim S.
09-17-2003 06:31 PM
Tim S. Go to last post
0 20
Hello, I know how to cache pages (varying by querystring parameters) like so: <%@ OutputCache Duration="15" VaryByParam="id" %> Hence if a user...
Tim S.
09-17-2003 03:26 PM
Tim S. Go to last post
0 17
I have a TreeView control that dynamically loads its data from a database. Because the TreeView control is very slow to databind, I wrapped it in a...
sgsega
09-16-2003 08:08 PM
sgsega Go to last post
1 18
Hi all, hoping one of you may be able to throw up an idea on the following. I have an asp.net page with a drop-down and a user control inside. The...
AT
09-16-2003 08:11 AM
Kevin Spencer Go to last post
1 29
Hello, I am trying to use the ASP.Net cache in a regular vb class (not a code-behind page). I can easily insert an object into the Cache from the...
Tim S.
09-16-2003 08:09 AM
Tim S. Go to last post
2 20
I've noticed that the content of static variables in C# code behind presists across postbacks. Is this a valid way of caching data, does it become...
Rick Shide
09-15-2003 10:20 PM
John Saunders Go to last post
9 21
Post New Thread

Display Options
Showing threads 801 to 850 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.