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     
Howdy, Sorry for the cross group post, but I'm not sure who would know more on this. I going to have my ASP.Net 2.0 application running on a server...
David Lozzi
07-22-2006 04:39 AM
Joerg Jooss Go to last post
1 84
Kader; soru:madem,herşey bir kader defterinde yazılı ve herşey ona göre oluyor.o halde insanlar niçin cehenneme gidiyor? cevap:evet herşey bir kader...
faruk.nur
07-21-2006 05:43 AM
faruk.nur Go to last post
0 54
I have a ASP.NET web page with a SqlDataSource configured with the select pointing to a stored procedure. This works as expected and using...
masmith
07-18-2006 10:46 AM
masmith Go to last post
3 77
I have a page which shows (for simplicity sake) one user control. This user control has the following declaration <%@ OutputCache Duration="20"...
Tim Barcz
07-18-2006 09:20 AM
Tim Barcz Go to last post
0 49
Howdy, I'm new to .Net 2.0. I have a user control that is referenced directly by the master page. The usercontrol is a list of page links in a...
David Lozzi
07-06-2006 08:27 PM
David Lozzi Go to last post
0 68
C# windows service freezes on System.Diagnostics.Process.Start(info) When I launch PSCP from a C# windows service and launch pscp 0.53 there are no...
Daniel
07-06-2006 02:37 PM
William Sullivan Go to last post
1 96
I'm trying to use ASP.NET 2.0's Menu control in a UserControl with fragment cahcing but it doesn't work. This UserControl and menu combination make...
Ben Fidge
07-05-2006 12:12 PM
Ben Fidge Go to last post
0 62
I've got a User Control that renders site navigation from a database. For some reason, when using Output Caching, none of my LinkButtons fire...
Ben Fidge
07-05-2006 09:45 AM
Brock Allen Go to last post
1 45
Howdy, New to .Net 2.0 and its caching features. I'm excited about the new performance boost that caching will bring to my application. I have...
David Lozzi
07-05-2006 09:23 AM
David Lozzi Go to last post
0 47
ASP.Net 1.1 outputCaching sends out response header "Vary: *" when VaryByParam is used. This is annoying since IE refuses to cache the content on the...
Snowy
07-02-2006 03:18 PM
Snowy Go to last post
0 59
OMNI GROUP tgugger (AT) sbcglobal (DOT) net 419-537-9447 ASP.NET/ CONTRACT/ FL Location: St. Petersburg, FL
OMNI GROUP
07-01-2006 10:42 AM
Scott M. Go to last post
2 72
I have page output caching setup in my web.config like this: <outputCacheProfiles> <add name="Static" duration="300" enabled="true"...
=?Utf-8?B?SmFzb24=?=
06-23-2006 01:47 AM
Paresh Go to last post
2 128
hey all, if i use the following directive on my page: <%@ OutputCache Duration="60" VaryByParam="id" %> if i needed to clear that cache before the...
rodchar
06-22-2006 03:57 PM
rodchar Go to last post
0 58
Hi, We are streaming a pdf file to clients via Internet explorer .The pdf file is streamed over https . Sometime, when the file opens, it is seen for...
Jens Jensen
06-21-2006 04:51 AM
Jens Jensen Go to last post
0 73
Hi All, I am new to ASP.NET 2.0, I want to use caching with my application. But in my application user can personalize layout (colors, themes etc)....
Bhavini
06-16-2006 12:34 PM
Balasubramanian Ramanathan Go to last post
1 112
On a static page I have: <script type="text/javascript" src="http://myServer/default.aspx?siteID=1"></script> The aspx page (c# dotnet 2.0) builds a...
Mark S.
06-09-2006 01:37 AM
Mark S. Go to last post
1 108
We have encrypted the connection string in web.config, however if you look at ASP.NET Configuration Settings in IIS Manager, the connection...
Lars
06-09-2006 01:04 AM
Brock Allen Go to last post
3 78
Couldn't you just use mode=StateServer & skip the whole database aspect? Ben Strackany www.developmentnow.com "Filip" <Filip (AT) discussions...
Filip
06-06-2006 01:27 PM
Benjamin Strackany Go to last post
4 137
If you want to clear items from a cache when a user logs out, then you may want to use Sessions instead of the Cache object. Regardless, if you want...
Benjamin Strackany
06-06-2006 01:19 PM
Benjamin Strackany Go to last post
0 67
Hi Guys! I have a site that allows users to log in and out based and uses session to access every page. My problem is when a user logout and click...
momo
06-04-2006 04:06 PM
kourosh Go to last post
2 92
Hi guys, I'm trying to find information on adding post-cache substitution-awareness to a custom control. Almost every page I find on this is simply...
David @ WSDOT
06-01-2006 03:14 PM
David @ WSDOT Go to last post
0 97
Is there an easy way to set the output page cache for all pages in an app at once? It seems like the only way to set the page output cache is to use...
Jason
05-29-2006 07:16 AM
AT Go to last post
2 73
You need to first enable the database for cache dependency with: aspnet_regsql -S ... -U ... -P ... -d testschema -ed then enable the...
Brock Allen
05-28-2006 10:12 PM
AT Go to last post
3 71
Ok, we've now figured out how to work around what seems to be an overly aggressive cache scavenging in ASP.NET 2.0. I'm not saying this is a bug...
Manso
05-25-2006 10:19 AM
llong Go to last post
5 104
Hi Folks, Quick question: I have placed a GridView and SQLDataSource control in a web user control. The SQLDataSource is bound to a parameterized...
Giovanni
05-24-2006 01:15 PM
Giovanni Go to last post
0 76
Is it possible to use regular expressions inside of an xpath statement executed by System.Xml.XmlDocument.SelectSingleNode() ? string sdoc =...
Daniel
05-23-2006 07:43 PM
Daniel Go to last post
0 72
I am attempting to manage all image GETs in a web site. To do this I am using an IHttpHandler. All the basic functionality works well. I am...
John H Clark
05-20-2006 04:10 AM
James Melvin Go to last post
9 82
Recently a client of ours has moved their web site from one hosting company to another. The new host is actually a virtual dedivated server. Today...
Lou Civitella
05-16-2006 03:27 PM
Lou Civitella Go to last post
0 91
We are trying to display a web app in Outlook but have run into a serious issue with session state. Basically, we are attempting to set an...
David H.
05-11-2006 10:55 PM
Brock Allen Go to last post
1 73
Is there a way in asp.net to delete the temporary internet files from IE? Thanks.
Mark
04-20-2006 05:43 PM
Mark Go to last post
0 65
is there any limit to how long of a string SqlDataReader.GetString() can return?
Daniel
04-19-2006 11:44 AM
Guffa Go to last post
1 65
Hi, I have a master page which contain an xml based tab menu. I'm trying to cache these pages, with output caching, but the compiler says this is...
Opa
04-19-2006 11:26 AM
Opa Go to last post
0 75
Hello, I'm making my first image gallery in ASP.NET. I've never worked with images in ASP.NET before. Everything is going well so far, but what's...
Peter Afonin
04-18-2006 02:58 PM
Peter Go to last post
2 64
Hi, I am working on an application that resides on 3 web servers. The user controls (e.g. drop-downs) on those servers are cached. I have to...
JL
04-17-2006 03:31 PM
JL Go to last post
2 57
Hi all, What I have: I have a website and in the code I generate a xml document. I also have a couple of xsl files and then I use the following...
Floris van Haaster
04-14-2006 01:48 PM
Egil Hogholt Go to last post
1 70
I notice a lot of activity on my sqlserver2005 box when nothing is happening. Just sqlserver notifications installed and a table being watched. I...
Peter Kellner
04-14-2006 10:36 AM
Peter Kellner Go to last post
0 68
Hello, We have developed a web application which uses ASP.Net to persist a user's session state in SQLServer mode. The application makes use...
John
04-14-2006 04:39 AM
Egil Hogholt Go to last post
1 68
Hi I have an issue with the Cache behaviour between a webpart page and ordinary aspx pages. The application I've developed used caching already-...
Roberta
04-13-2006 09:43 AM
Roberta Go to last post
0 88
System.Diagnostics.Process.Start fails on windows server 2003 the process returns process.ExitCode == 0 but executing any process...
Daniel
04-12-2006 02:32 PM
Daniel Go to last post
0 75
Hello all and thank you for your time. I have a ASP.NET application written by consultants. Recently, our server has been blowing up because of...
AT
04-12-2006 10:07 AM
AT Go to last post
3 64
Hello, I have created a web service that uses a file for storing its constants. So what i do is caching the file in memory and whenever the actual...
AT
04-11-2006 10:26 AM
AT Go to last post
1 74
Hi guys, i have been building a web application in asp.net. in this application we pass large amounts of xml between pages. my hardware/network guy...
csgraham74
04-10-2006 05:33 AM
csgraham74 Go to last post
0 55
I'm using the ObjectDataSource and dataset's as outlined in Scott Guthries posting. My expectation was that SqlNotification in sqlserver 2005 would...
AT
04-10-2006 12:15 AM
AT Go to last post
0 57
Hi All, I remember reading that it is possible to add custom logic to an ASP.NET 2.0 page to validate the cache. so that a page is cached until a...
Ed Tijgen
04-09-2006 01:16 PM
Ed Tijgen Go to last post
0 63
I facing a Static Member become Null on second call every now and then. - I have one dataset made as Static Member. Each call to a function only...
akshay
04-07-2006 10:57 AM
Alvin Bruney - ASP.NET MVP Go to last post
1 67
I need to implement caching for a large enterprise application and we are planning to use the newest Caching Application Blocks. (Enterprise...
Kevin Burrowes
03-26-2006 05:08 PM
Pandurang Nayak Go to last post
2 81
It is not very clear what exactly you are trying to run - could you elaborate? Regards Pandurang -- blog:...
Pandurang Nayak
03-26-2006 04:54 PM
Pandurang Nayak Go to last post
0 50
Hi all, I dumped the content of the cache and the call stack in each situation when cache add or read is made. This proved that adding items via...
Miso
03-22-2006 10:05 AM
Alvin Bruney - ASP.NET MVP Go to last post
1 75
How to access a network file path \\foo\bar.txt from an .aspx and from a custom IHttpHandler? How to specify which account that aspx application...
Daniel
03-15-2006 12:30 AM
Daniel Go to last post
1 82
Does system.xml have any way to transofrm data with an xswl style sheet using strings like MSXML2 does? how to convert this to use System.XML so i...
Daniel
03-10-2006 12:28 PM
Teemu Keiski Go to last post
1 65
Post New Thread

Display Options
Showing threads 151 to 200 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.