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 > october 2006

what is best way to talk to https webpages within .net? any good librarys for talking to https websites?
Posted by Daniel at 10/30/2006 3:45:50 PM
what is best way to talk to https webpages within .net? any good librarys for talking to https websites? ...more >>

Question on Stateless Architecture
Posted by SF at 10/27/2006 12:18:02 AM
I have to design a website where the client wants it to be completly stateless. By stateless I assume he means that he does not want to maintain any state on the server side. Could anybody provide me any reference materials as to how should I proceed. When a user logs in I need to pass on us...more >>

System.Web.UI.WebControls.XmlDataSource caching puzzle
Posted by Stephen MarcAurele at 10/26/2006 1:50:35 AM
I am embarrassed to admit that the caching features of the XmlDataSource control have completely defeated me. I've been trying to understand how caching works with this control for over two days now and just when I form a theory it gets blown out of the water by some additional observed behav...more >>

session state sql server
Posted by MrFez at 10/17/2006 12:38:02 PM
My system is setup with framework 1.1.4, sql server 2000 and w3k web server. My app runs with session state set to SQL and most of it runs fine. Whenever I am dealing with large amounts of data returned (ex: 60000 records) I'm getting the following error: "Unable to serialize session state....more >>

caching - sometimes it works and sometimes it doesn't?
Posted by Samuel at 10/10/2006 11:32:01 AM
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? This is my code: ================================ ...more >>

Stop browser and server caching
Posted by steven scaife at 10/10/2006 1:32:01 AM
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. I have a page where they click on a product from the na...more >>

SqlCacheDependency: recommended poll time?
Posted by vecozo NO[at]SPAM online.nospam at 10/9/2006 8:13:02 AM
Hi, 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. I am considering a poll frequency of 1000 milisecon...more >>

HttpModule, BeginRequest and session
Posted by tao lin at 10/5/2006 12:00:00 AM
Hi, 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 because it's...more >>



First time using Caching, getting compiler error, please help
Posted by Keithb at 10/1/2006 3:15:53 PM
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 property 'System.Web.Caching.Cache.Insert(string, object)' ...more >>


DevelopmentNow Blog