| Thread | Last Post | Replies |
|
| Erase cache variable at predefined time | 27 Oct 2004 23:54 GMT | 2 |
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 domain | 27 Oct 2004 23:45 GMT | 4 |
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 GMT | 2 |
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 POST | 26 Oct 2004 14:47 GMT | 15 |
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 ID | 25 Oct 2004 19:16 GMT | 6 |
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 GMT | 3 |
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 working | 22 Oct 2004 14:21 GMT | 2 |
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 GMT | 5 |
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 threads | 19 Oct 2004 04:24 GMT | 4 |
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 GMT | 9 |
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.OutputStream | 18 Oct 2004 04:33 GMT | 1 |
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 GMT | 1 |
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() method | 04 Oct 2004 22:46 GMT | 1 |
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 IE6 | 01 Oct 2004 17:49 GMT | 1 |
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
|