Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / Caching / October 2004

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Erase cache variable at predefined time27 Oct 2004 23:54 GMT2
I have a cache variable that holds some strings for my application.
During its use, this variable grows, holding several strings. I would
like to erase the contents of this cache variable every day at 6:00
PM. I tried the absoluteexpiration property but could not find the
Clearing cache in seperate app domain27 Oct 2004 23:45 GMT4
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 ...
Application State Does not WORK! HELP!!27 Oct 2004 15:01 GMT2
I've not having much luck with any type of cache. Currently I can't get
Application State to work. Here is the code I'm using to store something
into the Cache:
If System.Web.HttpContext.Current.Application("Framework.ReferenceData") Is
New SessionID after each POST26 Oct 2004 14:47 GMT15
I am storing a few string variables to the Session Object in an ASP.Net app.
The main page posts back to itself as the user sets options.  It also saves
the strings to Session.  The user can click a button which uses
(window.open) to launch a popup.  The popup uses the Session ...
Multiple controls with the same ID25 Oct 2004 19:16 GMT6
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 in the article refers to a supported hotfix which
is available from Microsoft, but does not provide a link to download it.  The
Caching multiple versions of a sql-query ...23 Oct 2004 01:24 GMT3
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 (actually very
little, maybe only once a month or so).
However it contains data for multiple countries/states. So when I need the
Cache file dependency stops working22 Oct 2004 14:21 GMT2
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 dependency expiry and sql triggers to create a file, so that we
Caching multiple versions of a sql-query ...?19 Oct 2004 12:43 GMT5
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 (actually very
little, maybe only once a month or so).
However it contains data for multiple countries/states. So when I need the
Accessing ASP.NET Cache from multiple threads19 Oct 2004 04:24 GMT4
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 Cache
object documentation:
DataView Source = (DataView)Cache["MyData1"];
"Initializing offline cache"18 Oct 2004 22:26 GMT9
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 it overnight and it was still hanging this morning.  Help please.
Application Cache System.Drawing.Bitmap with Response.OutputStream18 Oct 2004 04:33 GMT1
When dynamically writing an image to the browser using
imgOutput.save(response.outputstream, imageformat), I'm also saving a copy
of the image to the application cache using cache.insert("img", imgOutput).
When I try and output the content of the cache back to the browser (i.e.
Sooo slow.....04 Oct 2004 22:51 GMT1
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 can take up
to 5-15secs to load.
want to save cache object in application_end() method04 Oct 2004 22:46 GMT1
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, i
will load saved cache object to the Cache object, and when the application
end, i want to save all cache object to the disk. ...
"Show HTTP friendly error message", XP, XP-SP2 and IE601 Oct 2004 17:49 GMT1
We're having a .net web-application having it's cache policy set to
"NO-Cache".
MSDN Details:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlr
fsystemwebhttpcacheabilityclasstopic.asp

 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.