all groups > asp.net caching > july 2004
Is cascading style sheet cached?
Posted by shawn at 7/30/2004 8:02:02 AM
Pardon me if it is posted on the wrong board, as I can't
find a board for cascading style sheet.
I have a customized style sheet in my vsnet project. When
I add new classes in CSS and apply them to the design
page, the page doesn't update accordingly. If I close the
visual studio, and re-... more >>
Unable to prevent image caching
Posted by Greg Smalter at 7/24/2004 8:22:01 PM
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. When the user uploads a different image, the image displayed remains the same because the image with that URL has been cached.
I need to force the... more >>
Cache.SetExpires() and response-head: Expires: inseperably linked?
Posted by James Hadwen at 7/24/2004 7:05:50 PM
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 infrequently
change. However I do not wish for the object to stay in the output cache for
more than an hour due to server resources and demograph... more >>
output caching / fragment caching for language specific
Posted by Eric Owhadi at 7/23/2004 5:33:11 PM
I am trying to use output caching on a fragment of a page that contains a lot of <%=RM.GetString("blabla")%> statement to handle localization.
So I need to make sure that the output cache is caching one version per language. I tried the following code without success:
on the aspx, the user con... more >>
Cache Priority for User Controls
Posted by lw_elite NO[at]SPAM hotmail.com at 7/22/2004 11:10:33 AM
Hi there,
Is it possible to set a cache priority for user controls in the
OutputCache directive?
Thanks,
Tom... more >>
Clearing cache in seperate app domain
Posted by Janaka at 7/22/2004 11:08:46 AM
Is it possible to clear a Cache outside of the current application? The
reason why I ask is because due to seperate reasons our website's admin
section is a virtual directory of the site. This I believe makes it a
seperate application from the root site. Now on the root site there are
certain... more >>
slow pages after certain amount of idle time...
Posted by Jim at 7/19/2004 4:14:40 PM
I know about and expect the first time an asp.net is viewed that the JIT
compiler willc ompile the page and hence the slow response time for the
page, but after a certain amount of time my asp.net is very slow to load a
page again and then everything is fine again - why is this?
Cheers
Jim
... more >>
Application state vs. Cache API
Posted by Daniel Walzenbach at 7/10/2004 5:32:46 AM
Hi,
I need to cache infrequently changed data used by the entire application.
Does anybody know whether using Application state
(Application["YourGlobalState"] = somevalue;) or the Cache API
(Cache.Insert) is more preferable?
Thanks a lot
Daniel
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
HttpContext.Cache....
Posted by James at 7/9/2004 11:22:50 AM
If I have set the session state for an asp.net application to be out of
process how does this affect the HttpContext.Cache? What I want to know it
is possible to store the Cache out of process as well?
Because I read in MSDN that:
One instance of this class is created per application domain, a... more >>
Infragistics Ultra WebChart
Posted by maroo ma via .NET 247 at 7/3/2004 7:55:00 AM
Hi,
I am using Ingragistics UltraWebChart and I am generating a webchart object and binding a dataset to the chart and adding chart to panel.I am generating a line chart and I want to get the value of the anchors on the chart.
-----------------------
Posted by a user from .NET 247 (http://www... more >>
View State
Posted by Colin Basterfield at 7/2/2004 2:36:57 PM
Hi,
I am trying to use ViewState to store a strongly typed list derived from
CollectionBase and it fails because it says it needs to be Serializable, or
must have a Type Converter, how can, or where can I find some info to help
me to do this?
TIA
Colin Basterfield
... more >>
How to Cache a user Control?
Posted by Malik Asif Joyia at 7/2/2004 10:59:38 AM
Hello
I have a User Control which i used on each page of whole webapplication. i
want to cache that control so that web application become speedy.
I am new to implement asp.net Cache Facility. Kindly help me to carry out
this task. Thanks
... more >>
|