all groups > asp.net caching > june 2005
caching driving me crazy, what's going on??
Posted by AndrewW at 6/29/2005 9:57:58 AM
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 all
code to a simple section running in my applications' Page_Load method:
(in declarations:
Private svcinfo As New serviceInfo
)
Private Sub... more >>
Funny/annoying caching? behaviour on dev box
Posted by Donal McWeeney at 6/29/2005 12:00:00 AM
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 asp.net page
caching.
What appears to happen is that when you do a get latest version of the page
from sourcesafe, (or sometimes edit/save a page)... more >>
HttpHandling & Caching
Posted by Francis at 6/28/2005 10:12:29 PM
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 executes
the code every half hour. I have tried programatically, but it doesn't
seem to work at all, I tried with the following simple code:
context.... more >>
How to avoid repeated downloading of .xsl files?
Posted by Rahul Agarwal at 6/28/2005 12:00:00 AM
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 some how
cache these files on the client side like any other files (for e.g. .js,
..img files) so that it dosent gets downloaded everytime.
P... more >>
Caching of images in aspx pages
Posted by John Dalberg at 6/27/2005 8:32:25 AM
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 wondering of these images get cached or do they get retrieved every
time from the web server?
--
John Dalberg... more >>
Back Button Problem
Posted by Davey P at 6/27/2005 7:01:03 AM
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 page
contains a datagrid, which is constantly needing to post back to the server
to update information. I have seen numerous ways of disabling caching... more >>
Application state - should I do this?
Posted by at 6/26/2005 12:00:00 AM
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 the
web servers in a round robin fashion, say I will have www.<a_domain>.com
point to www1.<a_domain>.com and www2.<a_domain>.com. I am thinking ... more >>
ASP.Net External Javascript Cache SSL
Posted by gabedog NO[at]SPAM gmail.com at 6/23/2005 3:11:05 PM
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 ASP.Net?
How can I test to see if a page is using a file from the Temp directory
or if it is pulling it fresh from the server?
Thanks for any h... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
ASP.Net Cache & Multiple threads.
Posted by Robert Rolls at 6/22/2005 12:00:00 AM
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 be
configured for integrated auth and attempt to locate a cache entry based on
the user name (we it's a cookie in reality). If I can't find the item I run... more >>
Caching
Posted by Romero Queiroga Barbosa at 6/15/2005 1:01:08 PM
Hi all,
I'm new here and I don't speak english very good.
What's difference between caching and State?... more >>
Output Caching Problem
Posted by Michael at 6/15/2005 12:00:00 AM
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 work:
http://support.microsoft.com/default.aspx?id=323290
Based on this article the following two methods should be identical
1)
<%@ OutputCache Dura... more >>
Blank page in a modal dialog window
Posted by Reece Williams at 6/9/2005 5:31:02 PM
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 we
open an ASP.Net page in a modal dialog, the page sometimes appears blank. If
the dialog is resized, the page is displayed, so the page *has*... more >>
Cache items removed unexpectedly at the end of the page
Posted by Michael at 6/9/2005 5:26:01 PM
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 the items are removed from the cache, no matter
which expiration time I set. At first I thought it was the Application
restarting, but I put a bre... more >>
Caching problem...
Posted by Martin Russ at 6/9/2005 9:05:03 AM
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 updated, but the contents are never updated on the
page through the flash object. I know the flash object is correctly polling.
If I stop and... more >>
Remove Cache from library referenced in ASP.NET application
Posted by Grant Merwitz at 6/9/2005 12:00:00 AM
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 the web application and is
reference by the web application.
I have made a Cache class to cache my data, retrieve it and remove it.
I seem to ... more >>
|