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
* 3 GB - System Cache
* 0.5 GB - available
So it seems like I have plenty of available RAM. However when I add small
data objects to the...
more >>
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.
The problem is that this page does not change images after a client uploads
...
more >>
Hello group
Do any of you know where I can find a Debugger Visualizer for the ASP.Net
cache?
I have found several links to a visualizer by Brett Johnson (e.g. from this
article:
http://msdn.microsoft.com/msdnmag/issues/05/12/VisualStudioAddins/default.aspx).
All links point to the blog...
more >>