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 was getting the same error in C#. I fixed it by using the Invoke command. I am updating a DataTable which is a datasource of a DataGrid. I was...
AT
04-02-2004 05:35 PM
AT Go to last post
0 22
I am building a web application that will have a single form that will be populated with data from 8-10 tables. The easiest way to implement the...
Mervin Williams
04-02-2004 03:15 PM
Go to last post
2 22
This has probably already been asked, but in the situation of accessing XML flat files from an ASPNet application, whether for deserializing into...
Stephen J. Shephard
04-02-2004 02:38 AM
AT Go to last post
4 19
but if my Cache have been Invalidate, i must refresh my Cache.at this point, mutil threads maybe refresh the Cache of Dataset¡£ i think we should...
coollzh
04-01-2004 03:13 PM
John Saunders Go to last post
1 26
I need to implement a caching mechanism for my script URLs. Instead of www.domain.com/script.aspx?id=1234 , which the browser will obviously...
Shabam
03-04-2004 02:35 AM
Shabam Go to last post
0 26
Hi I'm facing a nearly similar problem as posted by "Daniel" on January, 22nd I developed a new class (dll) for our Intranet-Web-App and copied it to...
Patrick
03-03-2004 10:06 AM
jbh Go to last post
1 28
I partially agree with you. But I am not caching anything on the client - Response.Cacheability(HttpCacheability.ServerAndNoCache). There are no...
Ali
02-29-2004 02:57 AM
cmoore Go to last post
1 27
B"H I know its simple, but hey I dont know the answer. Thanks
Moshe Plotkin
02-26-2004 12:14 PM
Jerry III Go to last post
3 29
You could store your information in cache if you want. The difference is that in cache it can be released when available memory gets low. If...
Jerry III
02-25-2004 11:11 PM
Jerry III Go to last post
0 25
Hello All, I need to manipulate a Windows application running in the foreground from a script running in the background. I need to send it...
Herb Stull
02-25-2004 04:04 AM
AT Go to last post
1 26
Hi I would like to enable caching for a custom control, but I want the programmer that uses it in his aspx page will set the duration at runtime (by...
Eran
02-24-2004 08:11 AM
Eran Go to last post
0 23
Hi, For the last couple of releases of a product we're developing we've been running to very wierd behavior from IE and our ASP.NET web application...
Jonathan Trevor
02-23-2004 01:44 PM
Jonathan Trevor Go to last post
2 21
Hello, Page Output Caching Page Fragment Caching Page Data Caching ah, but which approach or which combination does the group recommend for this...
Rick
02-22-2004 07:05 PM
Rick Go to last post
0 30
H I am using ASP.NET page (IIS6.0 on Windows 2003 Server) to display a Pie Chart (Pie.gif) which is created based on criteria input by user(Like...
rahool
02-22-2004 09:53 AM
Thomas Johansen Go to last post
1 26
Hi All, I am wondering about Cache dependencies and how to implement them in a web farm/ web garden environment where you must immediately pick up...
Jon Paugh
02-17-2004 03:23 PM
Jon Paugh Go to last post
0 26
Hello everubod We have a ecommerce web site that is currently in asp. The site uses a category list that is a pre generated list of files. The files...
sunlight
02-16-2004 09:21 PM
sunlight Go to last post
0 29
Hi, I' trying to implement a callback method when a cache object expires I want to do this to automatically logout user after a timeout (for...
NWx
02-16-2004 07:38 PM
Jerry III Go to last post
3 31
All I have a simple user control that pulls Html from the database. Depending on the data, I may want to enable output caching for that control. ...
Tyson Brown
02-14-2004 08:31 PM
Tyson Brown Go to last post
0 26
Has anyone observed any problems when dynamically writing a file with Response.WriteFile while also using Output Caching? I've seen this problem on...
Chris Dyer
02-13-2004 04:51 PM
Chris Dyer Go to last post
0 23
I have a .NET website which uses Url Rewriting to make requests for ..gif and .jpg get served by a .aspx page which gets them from a database. I...
AT
02-12-2004 09:22 PM
AT Go to last post
0 25
Hi, My goal is to take the entire html/javascript stream spat out by .aspx pages and save them as simple strings in a database (for caching...
Jon Maz
02-11-2004 01:18 PM
Jon Maz Go to last post
9 24
Got an architectural question re .Net. Potential client wants to build a c#.net app with the following reqs. Multiple users in a central office...
new.microsoft.com
02-11-2004 11:12 AM
Alvin Bruney [MVP] Go to last post
3 25
Question: If I have an ASP.NET User Control which defines/exposes a property that the page can use to specify a mode or data subset for the control...
Tom Kiefer
02-09-2004 11:18 PM
Corey O'Mara Go to last post
6 23
All, We have a lot of custom content for a lot of clients all using the same web application. Right now we have about 3,000 API cache items and...
Tyson Brown
02-07-2004 09:44 PM
Alvin Bruney [MVP] Go to last post
1 30
Hello, I'm sorry to post this question here, but I couldn't find the appropriate forum. I have a very silly question and I think I know the answer...
Mario Vargas
02-05-2004 03:02 PM
Mario Vargas Go to last post
1 20
Hi I have a config XML file that I am using from the application cache. I have configured the entry with a removed callback to repopulate...
Glenn
02-04-2004 09:32 AM
Janaka Go to last post
1 23
Hi, I have a question about caching ASP.NET pages that send files to the client using Response.WriteFile. Basically I've a little ASP.NET script...
Mario Goebbels
01-29-2004 08:24 AM
Mario Goebbels Go to last post
4 23
I have a dataview, which is populated from data in a database. I am storing this datagrid data in a dataview so I can sort it...
Michael Johnson Sr.
01-26-2004 12:07 PM
Michael Johnson Sr. Go to last post
2 24
Hi, My application is shut down every 29 hours. I just discovered that the processModel tag in machine.config is ignored by IIS 6, MSDN...
Martin Maat
01-26-2004 12:02 PM
Martin Maat Go to last post
1 31
Here's my cache directive: <%@ OutputCache Duration="3600" VaryByParam="none" VaryByCustom="IndexPage" Location="Server" %> I added a simple time...
AT
01-25-2004 03:42 PM
AT Go to last post
1 24
Hi I have a web site using windows controls created by VS with C#. After I have compiled the windows controls project I copy the dll file to the root...
Daniel
01-22-2004 10:16 AM
Daniel Go to last post
0 25
Hi, I have a website which is made up of dynamic pages. Each page that's loaded has some code which looks at which template to load amongst other...
Troy Simpson
01-19-2004 07:00 AM
Troy Simpson Go to last post
0 21
Hi Does anyone know how to generate the IE page expired message for aspx pages served after a get request. The HttpCachePolicy stuff works fine for...
Gav
01-18-2004 05:00 PM
Branimir Giurov Go to last post
2 23
I use following code in Application_BeginRequest of Global.asax.cs to expire...
Victor
01-17-2004 12:07 PM
Jerry III Go to last post
7 26
I am building a web site that will utilize XML for configuration and content which will be used on each ASPX page. I do not want to read the XML...
AT
01-13-2004 11:37 PM
Jerry III Go to last post
1 24
ASP.NET Webcast Week - January 19 - 23, 2004 Learn about ASP.NET from the experts! These free webcasts are live and interactive. Live code demos and...
Georgeo Pulikkathara[MS]
01-09-2004 05:24 PM
Georgeo Pulikkathara[MS] Go to last post
0 28
I'm building a near a near real-time stats feature. It will count how many times a productID was requested on a server which will live in a web...
Rick
01-09-2004 11:05 AM
Rick Go to last post
19 35
Hi! My name is Brian I tried to use cache, but it didn't work well. The problem is that it didn't expire. I made cache with cachedependency or time...
Brian
01-07-2004 08:47 PM
AT Go to last post
2 22
So far I've been unable to find an answer to this question: Is it possible to force cached content to be written to the disk in addition to be kept...
Gsnke
01-03-2004 07:30 PM
Alvin Bruney Go to last post
1 24
Hi, I am trying to use the Cache to pass information between pages, so rather than load up the query string with vars, I load it up on the first...
Colin Basterfield
12-26-2003 12:44 PM
Anders Borum Go to last post
9 26
I have a single .cs that I use as a page template; it creates several controls that are used by .aspx.cs pages that inherit from it. I would like to...
localhost
12-23-2003 08:34 PM
AT Go to last post
2 23
Hi I have a need to clear the cache on 3 web servers, all at once, from one PC. I had intended running a Web Service on the services that I could...
David
12-23-2003 04:14 AM
AT Go to last post
1 22
Can I cache a dataview or a datatable and then change its row filter while not disturbing other sessions' usage of this object? What I would like to...
ken busse
12-22-2003 09:57 PM
ken busse Go to last post
0 28
Hi~ I use ASP.NET (framework 1.1 and windows 2003 server-) Cache works well but it never expires with the CacheDependency object and Expire Time...
Brian
12-20-2003 06:44 PM
Jerry III Go to last post
1 26
I have two ASP.NET web apps. I am launching one from the other and passing info to it using QueryString. The problem is, IE is caching the called...
Simon Storr
12-18-2003 08:44 AM
Simon Storr Go to last post
1 27
I'm designing a web application - several web forms. I'm using components. I've also considering using modules for the development process...
david
12-15-2003 08:57 AM
david Go to last post
0 30
Quick question on CacheDependency: Can you create a depency on a file (and or path) that doesn't exist yet? I'd like to place an object in the...
AT
12-11-2003 10:39 PM
Jerry III Go to last post
1 29
I have a page-template class that creates a div tag and then creates a literal control inside the div. That way, it appears on every page that...
localhost
12-11-2003 03:36 AM
AT Go to last post
1 29
Hi I know session & application objects in classic asp. now in ASP.NET what are the best technique to maintaine a stable application information...
12-08-2003 06:22 AM
Khaled M. Hnidk Go to last post
5 24
Hello! After further investigation, I've reasons to believe the ASP.NET team is aware of this bug and will fix this with the 2.0 release in the...
Anders Borum
12-06-2003 09:24 PM
Anders Borum Go to last post
0 30
Post New Thread

Display Options
Showing threads 701 to 750 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 - 2009, Jelsoft Enterprises Ltd.