| Thread | Last Post | Replies |
|
| ParserCacheItem Error | 31 Jan 2005 22:48 GMT | 4 |
I keep getting the following error error everyday or so. I don't have cache turned on and I can't really find any descriptions of this error so I have no idea how to fix it. Anyone have any ideas? Running IIS 6 on win2003.
|
| OutputCache seems not to work on client | 21 Jan 2005 18:59 GMT | 1 |
Same application different configurations seems to work differently: asp.net cache on server seems to work fine. same definition for client side caching does not work. while testing the same scenario on different configuration seems to work
|
| Access Cache object from Background Thread Possible? | 20 Jan 2005 03:24 GMT | 1 |
In one of our ASP.NET Pages, we are starting a new background thread that we do not need to go and get any status on or use after the page finishes. The thread merely does some background stuff on its own and finishes on its own, no feedback back to the user (by design). Within ...
|
| Ad-Hoc ASCX Cache flushing??? | 17 Jan 2005 19:59 GMT | 1 |
I have an ASCX, with this directive: <%@ OutputCache Duration="50000" VaryByParam="ctype" VaryByCustom="contentlist" Shared="true" %> in my Global.asax I have this handler for the varybyCustom
|
| Caching vs. Static member variables | 16 Jan 2005 09:35 GMT | 1 |
This may be a stupid question but... What's the difference between using the ASP.NET Cache object and a class that stores data in a static object. For example, the class below contains a hashtable declared statically. This hashtable is accessible by all objects
|
| file dependency on file on Unix server | 14 Jan 2005 13:26 GMT | 1 |
Just wondering if anyone knows how or if I can set the file dependency of a cache item to be on file located on the Unix Oracle server. I am able to set up a trigger and procedure on Oracle to update a file once a change has been made to the table but i am unsure of how to access ...
|
| MCSD Materials | 12 Jan 2005 04:01 GMT | 1 |
Hi Freinds, I'm Mayank. and i would like to be MCSD. So, If any of u have material or links for it then pls send it to me. Mayank Prajapati
|
| Caching and sub-application | 11 Jan 2005 06:59 GMT | 5 |
Our web server is set up like this: /MainApp /MainApp/SubApp1 /MainApp/SubApp2
|
| User Specific Menus | 11 Jan 2005 05:17 GMT | 3 |
I am creating an application which has menu options based on the permissions of the user currently logged in. The menus will be created by a javascript function. I have following concerns. 1. I wish to somehow cache the menu data so that while user travels from one
|
| General Caching Question - Cache, Session and Application? | 07 Jan 2005 02:56 GMT | 1 |
How does Cache relate to Session and Application? If I store data in Session then it is specific to my session. Application data is available to all users of a website. What about Cache? How does it work with respect to specific users and for all users.
|
| Modal Pop-Up Window Cache | 07 Jan 2005 02:55 GMT | 1 |
Does anyone know why this happens? http://xtremedotnet.blogdrive.com/archive/47.html Would anyone like to throw more light on it? How this never happens when a normal page (instead of a modal pop-up) is used?
|
| loads of memory and system.outofmemoryexception error | 05 Jan 2005 03:13 GMT | 4 |
Hi, can anyone offer advise on this server error I am getting asp "system.outofmemoryexception" on our production environment. The server is a brand new box with 3Gb DDR RAM and loads of HDD space. What we do (for performance and because we have a large but almost completely ...
|