| Thread | Last Post | Replies |
|
| cache items are removed automatically | 28 Nov 2006 14:15 GMT | 2 |
I am using httpruntime to cache certain objects in my application. I need to store 4 objects in cache. but the cache items are being removed from cache after 20-30 seconds. it is working fine if i store only 3 objects. i am using .net 1.1. The reason i am getting in the
|
| System.Web.UI.WebControls.XmlDataSource caching puzzle | 27 Nov 2006 04:03 GMT | 4 |
I am embarrassed to admit that the caching features of the XmlDataSource control have completely defeated me. I've been trying to understand how caching works with this control for over two days now and just when I form a theory it gets blown out of the water by some additional ...
|
| Question on Stateless Architecture | 23 Nov 2006 09:59 GMT | 5 |
I have to design a website where the client wants it to be completly stateless. By stateless I assume he means that he does not want to maintain any state on the server side. Could anybody provide me any reference materials as to how should I proceed. When a user logs in I need ...
|
| what is best way to talk to https webpages within .net? any good librarys for talking to https websites? | 19 Nov 2006 20:54 GMT | 1 |
what is best way to talk to https webpages within .net? any good librarys for talking to https websites?
|
| Why does ASP.NET release cache items before the expiration time? | 19 Nov 2006 20:40 GMT | 3 |
I have Win2003 64bit server with 6 GB or RAM. Windows Task Manager displays that: * 0.5 GB are taken by IIS * 2.0 GB - SQL Server and other applications
|
| session state sql server | 09 Nov 2006 23:52 GMT | 4 |
My system is setup with framework 1.1.4, sql server 2000 and w3k web server. My app runs with session state set to SQL and most of it runs fine. Whenever I am dealing with large amounts of data returned (ex: 60000 records) I'm getting the following error:
|
| How to update an image? | 07 Nov 2006 18:59 GMT | 1 |
How can I get an asp:Image to refresh when a user uploads a different jpg. I disabled caching using this command on Page_Load(): Response.Cache.SetCacheability(HttpCacheability.No Cache); but it didn't help.
|