HighTechTalks DotNet Forums  

Sponsored Links


ASP.net Caching microsoft.public.dotnet.framework.aspnet.caching


Discuss in the ASP.net Caching forum.



Post New Thread
Threads in Forum : ASP.net Caching Forum Tools Search this Forum
  Rating Thread / Thread Starter Last Post Reverse Sort Order    Replies         Views     
I'm designing a new app in 2.0. In 1.1 I used user controls for headers and footers for each page. They had static information on them and so...
Mike Robbins
03-10-2006 12:15 PM
Joerg Jooss Go to last post
1 71
Hi folks, I have an infuriating problem. I have a number of pages that I want to cache server-side only, using varybycustom. It is a requirement...
idonix
03-08-2006 09:30 PM
AT Go to last post
5 88
I am starting to observe some rather "odd" behaviors with ASP.NET 2.0 apps that use the Cache object for storage of global data items. These...
MichaelY
03-07-2006 05:42 AM
Manso Go to last post
7 355
Hello, I have been using the CacheItemRemovedCallback to trap each time an object is released from the cache. I have also set...
Shawn
03-06-2006 04:01 PM
Manso Go to last post
1 47
Hi, I'm using System.Web.Caching.Cahe to mantain a datatable object in an asp.net user control. this is de code i'm using: //In the load event call...
cheloman12
03-06-2006 04:00 PM
Manso Go to last post
6 64
hi, I'm experiencing a weird problem. I am using a TimerCallback in my ASP.NET application. This callback function will access the cache and I'm...
Manso
03-06-2006 03:40 PM
Manso Go to last post
4 74
hi, ill try and make this as brief as i can, i am having some problems with caching with VS.NET 2005 and .NET 2.0. i have the following code which...
Neil Stevens
03-06-2006 02:58 PM
Manso Go to last post
1 79
Hello everybody, you can use ConfigurationManager.AppSettings.Set method (ConfigurationManager is in System.Web.Configuration namespace) to store...
natasha
03-06-2006 12:25 PM
Alvin Bruney - ASP.NET MVP Go to last post
1 162
Hi, When I send a request to a dynamic page with xmlhttp object, the response is not cached. This is due to the fact that IIS 6.0 will set the cache...
VP
02-28-2006 08:01 AM
Joerg Jooss Go to last post
1 51
Hi, I am facing a typical problem. I have developed an asp.net application which is used in the intranet, The problem is that one user get others...
Ramesh
02-27-2006 10:12 PM
Peter Yao Go to last post
6 59
I was curious if there were any suugestions on caching shared application data in a web farm using .NET 1.1. We are using SQL Server for session...
Steven
02-27-2006 08:41 AM
Alvin Bruney - ASP.NET MVP Go to last post
4 63
Exception of type System.OutOfMemoryException was thrown. this error is occuring when on arbitrary threads in my .net windows service. There is 2...
Daniel
02-27-2006 08:38 AM
Alvin Bruney - ASP.NET MVP Go to last post
1 80
how to forcfully kill a running process by executable name with a .net application?
Daniel
02-24-2006 01:07 PM
Daniel Go to last post
0 41
I just copied an application over to an existing older build on another machine. I get the following runtime error when I run it on that...
Andrew Chalk
02-22-2006 06:42 PM
Andrew Chalk Go to last post
2 68
Luke, thanks for your reply. Of course I have reloaded the page several time - and no change of the adrot image occured. I actually noticed that...
dpomt
02-21-2006 09:20 PM
AT Go to last post
17 60
Hi All, In my web application, i use this following code to open a pop up window. Its working in my machine. Response.Write("var win...
Gomathi
02-21-2006 10:35 AM
sloan Go to last post
1 48
Is there any way that I can access the System.Web.Caching.Cache object from a class library?
Peter Sutcliffe
02-21-2006 10:15 AM
Steve Go to last post
2 43
Hello, SqlCacheDependency sqlCacheDependency = new SqlCacheDependency("MyDBName", "dbo.MyTableName"); HttpContext.Current.Cache.Insert("key",...
Adam Tibi
02-20-2006 05:30 AM
Adam Tibi Go to last post
0 51
Could any one please send me the details how to track if any user has closed his window without proper log out. Actually I am doing it in ASP.Net and...
Ashish Rai
02-19-2006 07:36 PM
Peter Bromberg [C# MVP] Go to last post
1 40
Hi folks, I have an infuriating problem. I have a number of pages that I want to cache server-side only, using varybycustom. I have implemented...
Pete Griffiths
02-16-2006 03:47 AM
Pete Griffiths Go to last post
0 28
ADO.NET Failed to load msxmlsql.dll How to fix this error? System.Data.SqlClient.SqlException: Failed to load msxmlsql.dll. at...
Daniel
02-15-2006 08:02 PM
Daniel Go to last post
0 35
image.ImageUrl = "someimage.gif?randomstring" Further up this post someone mentioned the above, it this work perfectly well and solves the issue. I...
Jared
02-14-2006 03:11 PM
Joerg Jooss Go to last post
1 32
I'm using forms authentication in .NET 2.0. When the user logs out I do the following... Session.Abandon(); FormsAuthentication.SignOut(); I also...
Paul Daly (MCP)
02-13-2006 02:37 PM
Joerg Jooss Go to last post
1 35
Hi everybody, I want to cache the default page of my web site but there is a problem. In the master page I put a login status control and obviously...
Marco Assandri
02-09-2006 01:57 PM
Marco Assandri Go to last post
0 35
i've a web page that loads the entire cust record tbl to simulate a auto fill during data entry this works great when tot cust recs < 1500, going...
rasta
02-06-2006 08:43 AM
ynewbie Go to last post
2 33
Hello, does the menu control support some kind of post-cache substitution like the adrotator control does? I have implemented a custom caching...
dpomt
02-05-2006 08:20 PM
AT Go to last post
12 53
Hi all, I built a site with custom formsauthentication which acts pretty weird for some people. These (3) people have in common that their surnames...
Sjaakie
02-02-2006 04:04 AM
Sjaakie Go to last post
0 35
Hi, I'm new to asp .net and am having a few problems with web controls. I have a page which displays an image. On that page, I also allow users to...
AT
02-01-2006 09:56 PM
AT Go to last post
2 29
OK.. simple question... I have an application which I need to be *fast*, so the caching feature in ASP.NET 2.0 is perfect for me. I'm caching the...
BrianDrought
02-01-2006 12:42 PM
BrianDrought Go to last post
0 36
thx Joerg Jooss this worked well but in order to diplay the same error page (the canno find server), i paste it in my own html file that i added in...
stephy
01-30-2006 03:45 PM
Joerg Jooss Go to last post
1 40
Hi all, Have a strange situation regarding fragment caching. I've read the docs and kbs on this so it's either I've missed some key aspect of the...
Ed
01-30-2006 02:34 PM
Ed Go to last post
0 29
I'm having some trouble sorting out image caching for JPEGs that are served through an IHttpModule. A quirk of the site I'm working on at the moment...
Owen Blacker
01-30-2006 10:31 AM
Owen Blacker Go to last post
0 28
Hello, My web app is reading data from web.config and cache it right away. I was testing it on production server, but I noticied that every time I...
WebMatrix
01-27-2006 03:11 PM
Peter Bromberg [C# MVP] Go to last post
1 31
Hello to all, i hope you are well. I searched the forum before, but unfortunately i could not find the right article. One Web application in a web...
ts
01-27-2006 08:36 AM
ts Go to last post
0 31
Microsoft support for XPointer and XLink what micrsoft technologies support XPointer and XLink?
Daniel
01-25-2006 04:06 PM
Daniel Go to last post
0 30
I have a navigation user control using a sqlsitemap pulling data from our database in our site's master page. After a user logs in the control...
fernandezr
01-25-2006 03:33 PM
fernandezr Go to last post
0 38
Hi, I'm working on a site where the user must log in before they see the home page. When the user logs in, I retrieve their role from the database,...
B
01-25-2006 01:57 PM
sloan Go to last post
4 30
I have a navigation bar user control that is very expensive to create from the database. This toolbar will only change when the user navigates to a...
AT
01-24-2006 03:54 PM
Alvin Bruney - ASP.NET MVP Go to last post
1 32
Okay my question last night wasnt answered - here's a simpler one: I have a form user control, I want to cache the first page (with...
Andrew Clancy
01-24-2006 03:53 PM
Alvin Bruney - ASP.NET MVP Go to last post
1 33
hi all, i have a web page which is a sign in page, what i want to do is display the page error whenever the user that has already signed in clicks...
stephy
01-24-2006 02:44 PM
Joerg Jooss Go to last post
1 27
I have both datatables and custom objects that are specific to a session and need to be cached. As far as I can tell, there would be 2 basic ways to...
baffled
01-24-2006 01:49 PM
Michael Nemtsev Go to last post
1 28
Sorry for the post. have a nice week end
Fabrice
01-21-2006 04:08 AM
Fabrice Go to last post
0 34
Hello, (Alain) Tis is a part of my code to retrieve text from hastable in memory cache, by reading (befor) a resources file. Thanks for your...
Fabrice
01-21-2006 01:11 AM
Fabrice Go to last post
0 27
Can anybody clarify this please. Is there any problem in a web app of saving an object in a public variable as opposed to saving it in the cache? In...
RickG
01-19-2006 03:52 PM
Joerg Jooss Go to last post
1 30
OMNI GROUP 419-537-9447 tgugger (AT) sbcglobal (DOT) net .NET/ CAREER POSITION/ FL
OMNI GROUP
01-18-2006 09:07 AM
OMNI GROUP Go to last post
0 33
hi ich have an asp.net application. on the index.aspx page are 2 iframes. these iframes contain a src to another aspx page from my application. the...
Iwan Adler
01-18-2006 07:04 AM
Iwan Adler Go to last post
0 32
Hi again, Is anybody knows what is the algorithm for calling the HasChanged property of the CacheDependency class? The reason for asking is that I...
Eli Spitzer
01-15-2006 05:33 AM
Eli Spitzer Go to last post
0 32
Hi guys, Simple question: Is there a reason why not to use the standard .NET cache class outside a Web Application? Well, I'm asking this since as...
Eli Spitzer
01-15-2006 05:22 AM
Eli Spitzer Go to last post
0 29
update/insert with microsoft.xml.xquery(.net2.0beta) can anyone provide an example of how to update/insert with microsoft.xml.xquery?
Daniel
01-13-2006 05:04 PM
Daniel Go to last post
0 28
Hi, I am trying different caching features of asp.net. I came to a point that I want to cache the content in a master file. Is it possible to cache...
baldwin
01-13-2006 12:13 PM
baldwin Go to last post
0 26
Post New Thread

Display Options
Showing threads 201 to 250 of 914
Sorted By Sort Order
From The
Forum Tools Search this Forum
Search this Forum :

Advanced Search

New posts New posts More than 15 replies or 150 views Hot thread with new posts
No new posts No new posts More than 15 replies or 150 views Hot thread with no new posts
Closed Thread Thread is closed  
 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off


Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.