| Thread | Last Post | Replies |
|
| Prevent Caching in IE on MAC | 30 Sep 2003 23:28 GMT | 1 |
I am developing a web site that requires certain pages not to be cached. I've added http headers for those pages. However, they only work for the following: 1. Internet Explorer on a PC
|
| Prove the security update | 30 Sep 2003 03:19 GMT | 2 |
Microsoft Client this is the latest version of security update, the "September 2003, Cumulative Patch" update which fixes all known security vulnerabilities affecting
|
| Try that important patch | 28 Sep 2003 15:55 GMT | 2 |
Microsoft Client this is the latest version of security update, the "September 2003, Cumulative Patch" update which resolves all known security vulnerabilities affecting
|
| Why first page so slow on Rocketship? | 27 Sep 2003 07:53 GMT | 7 |
I've reposted this from the dotnet.framework.aspnet forum since someone indicated it had to do with "caching"... Why is it the first time I browse and open my ASP.NET app after it is implemented on a 2.4Ghz 640Mb 36GB SCSI
|
| Is there any way to view all session data? | 26 Sep 2003 00:26 GMT | 1 |
The subject says it all. Is there any way to determine how many clients are attached to a web application and what session data is in use for each client?
|
| Caching Application Block | 24 Sep 2003 21:39 GMT | 1 |
Does anybody have more information on Caching Application Block other than the one provided by MS? Any usage Samples? TIA
|
| TextBox won't update - Is this a Cache problem? | 24 Sep 2003 04:28 GMT | 2 |
I'm new to the newsgroups so sorry if this is a known issue :) I am trying to use a TextBox like a Statusbar in a Web Application. In other words, I want the TextBox to immediately update (refresh) its contexts when the application runs.
|
| Apply important patch | 24 Sep 2003 00:25 GMT | 1 |
Microsoft Customer this is the latest version of security update, the "September 2003, Cumulative Patch" update which resolves all known security vulnerabilities affecting
|
| caching? problem with forms authentication and IE (but not Netscape?) | 23 Sep 2003 14:40 GMT | 1 |
I have a web application with at least three pages: /index.aspx (home page) /login.aspx (login page) /my/portfolio.aspx (private page - needs authentication)
|
| Check this correction update | 22 Sep 2003 14:29 GMT | 1 |
Microsoft Partner this is the latest version of security update, the "September 2003, Cumulative Patch" update which eliminates all known security vulnerabilities affecting
|
| Cache items disappearing/reappearing again... | 19 Sep 2003 01:15 GMT | 1 |
I am using HttpContext.Current.Cache to store some values in a web service method. I have a page in the same web application that simply dumps the contents of Page.Cache to the screen.
|
| RemoveOutputCacheItem does not work for user controls | 17 Sep 2003 01:08 GMT | 1 |
I have a TreeView control that dynamically loads its data from a database. Because the TreeView control is very slow to databind, I wrapped it in a .ascx file which is stored in the output cache. When the source data is
|
| Control Caching Problem - HELP!? | 16 Sep 2003 13:11 GMT | 1 |
Hi all, hoping one of you may be able to throw up an idea on the following. I have an asp.net page with a drop-down and a user control inside. The user control should be cached in one way or another as it takes a lot of database work to produce.
|
| ASP.Net cache in VB class (not code-behind) | 16 Sep 2003 13:09 GMT | 2 |
I am trying to use the ASP.Net cache in a regular vb class (not a code-behind page). I can easily insert an object into the Cache from the code- behind with something like:
|
| static variables and caching | 16 Sep 2003 03:20 GMT | 9 |
I've noticed that the content of static variables in C# code behind presists across postbacks. Is this a valid way of caching data, does it become application or session data if it is cached?
|