Group:  ASP.NET ยป microsoft.public.dotnet.framework.aspnet.caching

Threads Replies Last Post
15 Pages: 1  2  3  4  5  6  7  8  9  10  11  12  13  14  15  
Prevent cookies being cached on proxy server?
Hi, Are cookies cached on a proxy web server by default? Our web app's cookies contain the session token so would it mean that different users would get the same session if the server or isp goes through a proxy? My response http header looks like this, is this enough to prevent proxies caching the cookie? Note : Pragma no-cache, no-cache and Cache-Control no-cache, no-store Server...
2 12/12/2008 3:35:13 AM
Activation code AutoCAD
I am being asked for an activation code for my AutoCAD 2006. I have downloaded the adsk bind hotfix programme and run it but it has not worked. Can anyone help? Thank you, Druid *** Sent via Developersdex http://www.developersdex.com ***...
1 12/9/2008 2:51:05 PM
AutoCAd 2006
please can you help me with a serial and activation key, i,ve got the autodesk student version and my trail period is over *** Sent via Developersdex http://www.developersdex.com ***...
1 12/2/2008 1:48:05 PM
i need activation code
my request code : UZK8-W7SX-3Z1P-HDA9-X8WN-ASRZ-DFT9...
1 11/27/2008 5:38:00 AM
means of viewing all Cached items?
hello, i am interesting in running a tool or page that allows me to see all items deposited into my server's Cache object, and their size in memory. is there a general way to do this? thanks! sm...
5 11/20/2008 8:37:09 PM
persistent cache in SQL Server
Hello, I'm developing an asp.net application that is connected to a remote system using WCF (wshttp binding). So I want to use a local cache to manage data that I receive from remote service. I'm using caching block from MS application enterprise library 4.1, configured to use a SQL Server cache. That's great: it works with very little effort. However I noticed that caching block mant...
3 11/17/2008 4:04:10 PM
Everything removed from the cache at once
I am inserting some items into the cache with High priority, some with Normal and some with AboveNormal. I am not setting an expiry time for any of the items, but when I add a large number of items to the cache they start getting removed with the reason: underused. This is as I would expect. The normal priority items get removed first, which is also as I'd expect. However, as soon as it de...
8 11/10/2008 9:19:28 AM
Cache the data from the MS DAL and its table adapter
Hello, Thanks in advance for helpful responses, links, examples. I am looking for a discussion and avaialbe links for the following. Using VS 2008, VB.net, the MSoft DAL and a stored proc to make the table adapter that has three paramters that are all int values. What is the best way to set up and use the Cache API ? The resulting data is used to populate a graph and a table. This is for ...
2 11/6/2008 3:54:04 PM
Re: ACTIVATION code for AUTOCAD 2006
I need a activation code for Autocad 2006 Request code:PNT5 XED1 TEK4 WSG9 SFL9 53PT 5HW CAN ANYONE HELP!!!!!!...
1 10/23/2008 10:04:46 AM
3 tier design and cache for ASP.NET 3.5
While using 3 tiers design in a ASP.NET 3.5 application development, we should cache the DAL or BLL or both objects? ...
4 10/13/2008 7:19:33 AM
Avoiding "page cannot be displayed" with no cache on IE6
I want to avoid letting users use the back button on forms with multiple postbacks so I use Response.Cache.SetNoStore() for these pages. This works fine for IE7 and Firefox by showing the desired "this page is expired" message for those browsers. IE6 just shows a "the page cannot be displayed" error. Is there any way to avoid the error for IE6 and just show the page as expired when th...
3 6/30/2007 10:34:21 PM
help with .NET cache and cache eviction
Hi, I'm hoping someone with some greater caching experience can lend me a hand, as I'm trying to understand a current caching problem with our application and design a caching strategy going forward. We have a v2.0 .NET web application for which items are being flushed from the cache at unexpected times. I have done some extensive searching on the subject and read numerous posts and MSDN ar...
2 6/30/2007 10:32:37 PM
PROFESSIONAL software for trades OEM
all available here: http://trade-software.net hit me up via e-mail: order @ trade - software . net (remove spaces) OmegaResearch Prosuite 2000i (Tradestation 2000, Optionstation 2000, Radarscreen2000) Platinum Edition SP5 build 822 + HISTORYBANK.COM CD Metastock Professional 9.0 Real Time for Esignal Metastock Professional 9.0 Real Time for Quote.com WizeTrade 7.04 for Esignal 4X Made Eas...
1 6/25/2007 1:45:48 PM
Diabetic Recipes and More...
Hi Cookers, Welcome to our new website, cookersworld.com. We have expanded the content links to ad Mr. Emeril Lagasse's fine recipes along with recipes for diabetic's. The website is full of great links from our partners. We have links to free cookbooks and more. Please stop by and support us. Visit all our links and choose the best recipe for you or your family. We look forward t...
1 6/24/2007 8:26:52 AM
wudkgwussl
Hello! Good Site! Thanks you! klhjevpzxtly...
1 6/21/2007 11:08:22 PM
NoCache
I have an aspx page with a dropdownlist whose results are writen to a FormView object. When I delete a record and return to the ddl, click the select button the delete record's infor is written to the FormView. then when I select an option other than the first option in the ddl, then the previously delete record no longer appers. I would like not to cache the ddl or the page. I have tr...
1 6/18/2007 5:11:00 PM
Caching problems
I am trying to figure out what is going on with caching. I am looking in the temporary internet files and the page I am working has three times: Expires, Last Accessed, Last Checked When I first go to the page I get something like: Expires: 6/5/2007 2:57 PM Last Accessed: 6/5/2007 2:57 PM Last Checked: 6/5/2007 2:57 PM I have the page set to expire in 10 seconds (using SetMaxAge and/...
1 6/5/2007 9:52:27 PM
System.Web.Caching.Cache.Insert periodically fails to insert in fw
After converting a large code base from 1.1 to 2.0 in our unit tests we're periodically (and unpredictably) encountering a situation where an item in the cache is updated with Cache.Insert(), but a subsequent attempt to retrieve the cached value returns null. The insert statement looks like this: mCache.Insert(key, value, new CacheDependency((string[])mDepFiles.ToArray(typeof(string)...
1 6/5/2007 9:24:01 PM
Cache File Dependency - File Change Monitor Fails on Network paths
I am trying cache file dependency based on UNC paths. It is not working on UNC shares as file monitoring on UNC paths are failing. It works fine if dependency file resides on localsystem. <b> As mentioned, ASP.NET cache dependencies that are based on the file system rely on Win32 file change notifications. And Win32 file change notifications support Universal Naming Convention (UNC) ...
2 6/1/2007 1:51:07 PM
asp net cashing issue
Hi, here are the problem that we are facing while using the cache feature of asp2.0 1) In Page load we are loading the table and inserting into the cache 2) On click of the button we are trying to fetch the table from cache but values are not maintained in the cache 3) It is working fine in windows server 2003 and iis 6.0 but in windows XP with iis 5.1 it is not working Please provi...
2 5/31/2007 2:27:53 AM
HTTPContext.Cache does not work on development system
We have upgraded our ASP.NET application from 1.1 to 2.0. The Visual Studio project was changed from url-based to file-based. When we run the application on the desktop, the cache does not hold onto the values. We can put a value into the cache and upon immediately retrieving it, it is not there. If we deploy the application to a test server, the cache works correctly. How do we get...
4 5/25/2007 7:08:26 PM
.NET 2.0 HttpRuntime.Cache Issues
We are working on migrating an enterprise web application from 1.1 to 2.0 and we have run into a fairly significant issue in regards to the caching. The application is designed to cache entire pages in memory using HttpRuntime.Cache and keep them there till they expire (usually 1 - 3 minutes). The problem we encountered is that .NET 2.0 is overly aggressive when it reclaims memory and tosse...
2 5/18/2007 7:41:39 PM
browser cache interferes with postback
Hi, In my asp.net 1.1 web application there is a page with a url something like userinfo.aspx?userid=107 which has some postback buttons on it. In the GET method (i.e. IsPostBack = false) it fetches some information about that user and stored it in the session, then in the postback it uses that information from the session. However, if the user has the IE browser cache setting at the d...
2 5/17/2007 7:54:40 AM
Cache problem
in ASP net 2.0 a function that query/add item to cache: public function1 .... ... .. If HttpContext.Current.Cache(myKey) Is Nothing Then Dim ds As DataSet = functionToCreateDataset.... ... HttpContext.Current.Cache.Insert(myKey, ds, Nothing) End If Return HttpContext.Current.Cache in the web form code behind, I have: Dim ds As DataSet = Cache("myKey") dim ds as dataset ...
5 5/8/2007 12:20:19 PM
Page caching and loginview / membership
Hi My site contains a loginview control on every page to show users they are logged in. i want to implement a page cache for all other page content. how would i do this? using output cache will cause the loginview to be cached which is clearly not good. thanks dan ...
1 5/8/2007 8:41:17 AM
15 Pages: 1  2  3  4  5  6  7  8  9  10  11  12  13  14  15  

Home | Search | Terms | Imprint
Newsgroups Reader