| Thread | Last Post | Replies |
|
| Caching and Session state | 23 Sep 2005 18:57 GMT | 3 |
Our website caches a number of high-traffic pages, such as the home page. I just noticed one behavior on our cached pages that's causing a problem- when a user loads a cached page, an ASP.NET session is not started. Our code in the Session_Start event only fires when the user ...
|
| Session variable problem | 22 Sep 2005 15:34 GMT | 2 |
I store dataset for each page in the session and a reference to the session key is stored in viewstate. But now on which event I should clear the session variables. Because when the page is closed or I navigate to another page the session variables still stays as long as even a ...
|
| Boost .NET Application Performance | 21 Sep 2005 18:07 GMT | 1 |
NCache boosts .NET application performance through in-memory clustered object caching. NCache not only lets you cache read-only data but also complex transactional data with relationships. NCache provides a graphical tool for configuring and monitoring clustered caches from a ...
|
| Examplar pattern Vs Prototype Pattern | 20 Sep 2005 13:21 GMT | 1 |
what is the difference between these two pattern as they are nearly same!!! for which kind of problem examplar pattern is more suitable? when should i select examplar pattern & when Prototype pattern?
|
| how to get the number of milliseconds between two System.DateTime objects | 20 Sep 2005 01:29 GMT | 2 |
how to get the number of milliseconds between two System.DateTime objects
|
| If my System.IO.StreamWriter Write method throws "The specified network name is no longer available." and I try to Dispose or Close it in the finaly clause the close or dispose method just throws "The specified network name is no longer available." again. | 12 Sep 2005 14:24 GMT | 2 |
If my System.IO.StreamWriter Write method throws "The specified network name is no longer available." and I try to Dispose or Close it in the finaly clause the close or dispose method just throws "The specified network name is no longer available." again. how to clean this up? after ...
|
| set outputcache for multiple pages | 10 Sep 2005 23:57 GMT | 2 |
i know i can set the outputcache for a single page using the directive: <%@ OutputCache Duration="60" VaryByParam="None" %>but how can i set it for all the pages in a specific directory?i searched for a setting in the web.config file but couldn't find it
|
| Caching XML across web farm | 06 Sep 2005 19:52 GMT | 1 |
I'm retrieving XML from several external webservices and compiling it into a single document based on our requirements. Doing so takes 15-30 seconds. I wanted to cache this XML for a period of time so other users who request the same profile won't have to wait for the same data ...
|
| How to get Page Expired Message | 01 Sep 2005 06:55 GMT | 6 |
How can I get the Page has Expired message to display? I have tried on & off for 3 days to do this. I have an ASP.net 1.1 app (SSL) which displays data. The user can update their information on a page. When they hit the back button on the browser, I
|