| Thread | Last Post | Replies |
|
| Session Variable size | 27 Feb 2005 02:56 GMT | 3 |
How can I determine how much memory a session variable is using when I have put a data set into it? I'm wondering about the scalability of this approach on a small server. TIA Dean
|
| How do I get Cache information? | 22 Feb 2005 10:01 GMT | 1 |
I want to loop through everything in cache and see when it was entered, or how long it has left. Can I get the CacheDependency or Expiration details? Any help would be appreciated.
|
| Session Variables assigned to the wrong session? | 21 Feb 2005 17:46 GMT | 1 |
I have an ASP.net application in which I keep the user login in session variables. Today, with two users accessing simultaneously the application (in different sessions, but accessing the same page), I noticed that in some
|
| Question/Advice on updating Cache | 21 Feb 2005 17:42 GMT | 1 |
I'm trying to implement caching for an ASP.NET web app, to reduce calls to our backend database (sql server). The object I want to cache is a simple data table. The tricky part is that throughout the day, I need to be able to update
|
| Implementing Cache on a Single application with many customers | 21 Feb 2005 17:29 GMT | 1 |
We're running an application that can have many customers (100+). This application is a single ASP.NET installment. We use seperate folders to hold XML settings for each customer. Each Customer has a different DB to pull it's data from. And each Customer
|
| User Control, @OutputCache, and varying the cache by property value | 15 Feb 2005 16:22 GMT | 7 |
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 to use, is there a way to tell the @OutputCache directive to vary its cache based on
|
| Best practice approach for caching Dropdown list values | 15 Feb 2005 10:43 GMT | 5 |
Could anyone provide some approaches that are used to cache dropdown list control values to share globally beteween all users? Currently, each time a page is loaded all the dropdown values for each dropdown list control are retrieved from the database. I would like to go away
|
| When to go for Cache and Session | 12 Feb 2005 17:32 GMT | 4 |
I have two datasets A and B.A changes its info frequently ,B changes its info less frequently. What i have to choose Session or Cache to store A and B. Thanks,
|
| Page Level OutputCache and IIS | 11 Feb 2005 20:06 GMT | 3 |
I am currently using Page Level Output Caching in my code and notice that while the cache duration has not expired the request for the page will not be logged in the IIS log. Is there a way so that the page request will be logged in the IIS log if a request is made during the ...
|
| Initializing Offline Cache Problem. | 10 Feb 2005 15:42 GMT | 5 |
I am unable to create an web application. When i am creating Application it is saying "Initializing Offline Cache" and it is hanging. I checked in the Inetmanager, while i am creating application it is not creating it as a Virtual Directory it is creating as a folder in the ...
|
| How to free a file from IIS ? | 08 Feb 2005 11:23 GMT | 4 |
I am developping an app with ASP .NET, and C# and I have a problem : My app creates a temporary file, and when I need to erase this file, I get an error message about this file beeing used by another process, so i am unable to erase it.
|
| Output Cache Window | 08 Feb 2005 05:59 GMT | 1 |
Can someone tell me if when using Page Level OutputCache, is the duration a sliding window? If I hit a cached file, does the duration counter reset and start counting down to the end of the duration from 0 to the specified duration value? Or does the counter not reset and will ...
|
| Session problems in IIS6/Windows2003 | 07 Feb 2005 19:26 GMT | 5 |
I have an ASP.NET application functioning properly on Windows 2000 server and built using Visual Studio 2003. The application saves in the Session Object DataView objects, instances of Classes, and the ViewState - as well as name=variable combinations. The SessionState is ...
|
| How to end a session immediately when the browser closes? | 03 Feb 2005 20:17 GMT | 3 |
Sorry for cross-posting this message. My mistake. I need some help (may be in the form of some sample code) for the subject question. I have an ASP.NET/C# application. I need to do quite a few tasks when the
|
| User Control Caching | 03 Feb 2005 14:03 GMT | 1 |
Hi, I'm new here so maybe you've discussed similar problem before. * I created user control with Button (called btnSearch) * I added user control to the WebForm * In Page_Load, I added handler
|