| Thread | Last Post | Replies |
|
| caching - sometimes it works and sometimes it doesn't? | 17 Oct 2006 23:49 GMT | 6 |
I have a weird problem using the cache in ASP.NET 2.0 on a WinXP Dual Core Processor machine (AMD X2 3800+). I understand that each processor holds a copy of the cache, but is it possible that one of the processor never holds a copy?
|
| SqlCacheDependency: recommended poll time? | 16 Oct 2006 14:37 GMT | 8 |
Untill we migrate to Sql Server 2000 we will be using SqlCacheDependencies in combination with Sql 2000. In this respect we should determine a poll frequency. i cannot find documentation that can help me in determining this setting.
|
| Stop browser and server caching | 10 Oct 2006 22:28 GMT | 1 |
A quick question, I am trying to get a page in a site i am developing to stop caching I have tried adding the OutPutCache Location="none" tag to the page and the HTML tags that handle browser caching but these don't work as expected.
|
| HttpModule, BeginRequest and session | 06 Oct 2006 19:22 GMT | 1 |
I write a customer HttpModule and want to cache a string inside the user session on the BeginRequest event. I don't want to use application cache because it relate on each user session. But I find out that at BeginRequest event, the HttpApplication.Context.Session is null ...
|
| First time using Caching, getting compiler error, please help | 03 Oct 2006 21:50 GMT | 1 |
Can someone please point out what I am doing wrong here? The statement: Cache.Insert("Svc_Table", dataSet.Tables["Svc"]); causes the following compiler error: "An object reference is required for the nonstatic field, method, or
|