Archived Months
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
all groups > asp.net caching > january 2005

ParserCacheItem Error
Posted by csockwell NO[at]SPAM thermospas.com at 1/31/2005 7:17:07 AM
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. Error: System.Web.UI.ParserCacheItem GetParserCacheItem() Stack ...more >>


Success=>Amazing Return on $12 Investment
Posted by nexwork4u NO[at]SPAM hotmail.com(After at 1/28/2005 1:08:14 AM
--NextMimePart Content-Type: text/html <html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns="http://www.w3.org/TR/REC-html40"> <head> <meta http-equiv=Content-Type content="text/html; charset=windows-1252"> <meta name=ProgId content...more >>

Difference in accessing Cache
Posted by Todd Price at 1/27/2005 7:53:05 AM
Does anyone have any recommendations on whether to use System.Web.HttpContext.Current.Cache or System.Web.HttpRuntime.Cache to access the ASP.NET Cache? Are these different cache contexts? If they are the same, is there a difference in performance between the two?...more >>

Page Level OutputCache and IIS
Posted by BrianGenex at 1/26/2005 5:03:02 PM
I am currently using Page Level Output Caching in my code and notice that while the cache duration has not expired the request for the page will not be logged in the IIS log. Is there a way so that the page request will be logged in the IIS log if a request is made during the specified cache per...more >>

When to go for Cache and Session
Posted by subtur at 1/23/2005 3:04:28 PM
Hi Guys, I have two datasets A and B.A changes its info frequently ,B changes its info less frequently. What i have to choose Session or Cache to store A and B. Thanks, Subtur *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get reward...more >>

outputcache half-working, are there any limits?
Posted by Vassilis T. via .NET 247 at 1/23/2005 9:31:33 AM
The following piece of code, when run on the test or development= servers, it works as desired=2E When placed on the "live" server,= it "ignores" the outputcache directive (the cache=2Einsert works= fine)=2E Other pages of the same application, same server, work= fine with outputcache=2E Thi...more >>

Session problems in IIS6/Windows2003
Posted by dwenwa NO[at]SPAM companyabc.com at 1/21/2005 9:39:02 AM
Hi, I have an ASP.NET application functioning properly on Windows 2000 server and built using Visual Studio 2003. The application saves in the Session Object DataView objects, instances of Classes, and the ViewState - as well as name=variable combinations. The SessionState is defined as I...more >>

Question/Advice on updating Cache
Posted by Keith F. at 1/20/2005 3:05:01 PM
Hi, I'm trying to implement caching for an ASP.NET web app, to reduce calls to our backend database (sql server). The object I want to cache is a simple data table. The tricky part is that throughout the day, I need to be able to update individual records. The updates are infrequent. Each r...more >>



Session Variables assigned to the wrong session?
Posted by Fabrício_de_Novaes_Kucinskis at 1/20/2005 12:28:20 PM
Hi all, I have an ASP.net application in which I keep the user login in session variables. Today, with two users accessing simultaneously the application (in different sessions, but accessing the same page), I noticed that in some postbacks the returned page was not the one that the us...more >>

Access Cache object from Background Thread Possible?
Posted by Christopher at 1/19/2005 6:19:05 PM
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 that thread h...more >>

OutputCache seems not to work on client
Posted by Dot Net Man at 1/19/2005 3:39:36 PM
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 fine. configuration that fails: IIS 5.0 + IE6.0 SP1 (b...more >>

Caching vs. Static member variables
Posted by Steve James at 1/15/2005 9:05:50 PM
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 that are part of the application...more >>

Ad-Hoc ASCX Cache flushing???
Posted by Francis Shanahan at 1/13/2005 11:42:00 PM
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 public override string GetVaryByCustomString(HttpContext context, string arg) { if(arg.To...more >>

file dependency on file on Unix server
Posted by ALthePal at 1/12/2005 12:33:07 PM
Hi, 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 the fi...more >>

MCSD Materials
Posted by Mayank Prajapati at 1/11/2005 6:25:26 PM
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 iCubix Infotech mayank.prajapati@gmail.com ...more >>

caching and user controls
Posted by Ollie at 1/11/2005 11:54:14 AM
I am trying to use PartialCaching on a user control that has a image string property, I want cache different versions of the user control by the image string property but it fails to load the control when using the 'Page.LoadControl' method. Pseudo code shown below: [PartialCaching(60, null...more >>

User Specific Menus
Posted by Tarun Upadhyaya at 1/10/2005 4:33:03 AM
Hi, 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 page to another, t...more >>

EARN $114,668/- IN JUST 1 TO 2 MONTHS, FREE TO JOIN (MUST READ THIS)
Posted by theeb basheer at 1/9/2005 11:11:32 PM
Hello Friend, Do you know you can earn $114,668/- in just 1 or 2 months. Success depends on choice and not chance. There are millions of opportunities on Internet but only few are genuine rest all are scams and frauds, and genuine opportunities are hard to find. What if I tell you that y...more >>

General Caching Question - Cache, Session and Application?
Posted by Jay at 1/6/2005 6:54:47 AM
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. Jay ...more >>

Caching and sub-application
Posted by Bill Reynen at 1/5/2005 5:05:08 PM
Our web server is set up like this: /MainApp /MainApp/SubApp1 /MainApp/SubApp2 Each App is set up as a separate project in VS.NET. This means each project has their own session state. This site requires authentication. When the user first visits MainApp and SubApp they are authentic...more >>


DevelopmentNow Blog