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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
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 >>
|