| Thread | Last Post | Replies |
|
| ASP.NET 2.0 caching problem(s)... | 01 May 2006 00:36 GMT | 8 |
I am starting to observe some rather "odd" behaviors with ASP.NET 2.0 apps that use the Cache object for storage of global data items. These apps worked perfectly under 1.1, but now it seems like the 2.0 cache likes to sometimes Insert items into the cache, sometimes not, and ...
|
| what permissions does a windows service need to execute another process? System.Diagnostics.Process process = System.Diagnostics.Process.Start(info); just local administrator? any specific permitions? | 27 Apr 2006 17:52 GMT | 1 |
what permissions does a windows service need to execute another process? System.Diagnostics.Process process = System.Diagnostics.Process.Start(info); just local administrator? any specific permitions?
|
| Cache XML between pages | 26 Apr 2006 20:18 GMT | 1 |
i have been building a web application in asp.net. in this application we pass large amounts of xml between pages. my hardware/network guy has told me that due to our infrastructure we cannot use session variables to store xml between pages. i have therefore been using the cache to
|
| How to access a network file path \\foo\bar.txt from an .aspx and from a custom IHttpHandler? | 26 Apr 2006 20:12 GMT | 2 |
How to access a network file path \\foo\bar.txt from an .aspx and from a custom IHttpHandler? How to specify which account that aspx application should use when doing file IO from network paths?
|
| is there any limit to how long of a string SqlDataReader.GetString() can return? | 19 Apr 2006 17:44 GMT | 1 |
is there any limit to how long of a string SqlDataReader.GetString() can return?
|
| Refreshing cache on other server | 17 Apr 2006 21:31 GMT | 2 |
I am working on an application that resides on 3 web servers. The user controls (e.g. drop-downs) on those servers are cached. I have to build an admin page where I can see all cached items, and select the ones to refresh.
|
| XSLT Caching | 14 Apr 2006 19:48 GMT | 1 |
What I have: I have a website and in the code I generate a xml document. I also have a couple of xsl files and then I use the following lines to generate the website from the xml and xsl:
|
| Server running out of memory | 12 Apr 2006 16:07 GMT | 3 |
Hello all and thank you for your time. I have a ASP.NET application written by consultants. Recently, our server has been blowing up because of space issues. Upon further investigation, it turns out all the .net application pages are caching
|
| CacheDependency not working | 11 Apr 2006 16:26 GMT | 1 |
Hello, I have created a web service that uses a file for storing its constants. So what i do is caching the file in memory and whenever the actual file changes, I reload the cache.
|
| Static Member starts failing... | 07 Apr 2006 16:57 GMT | 1 |
I facing a Static Member become Null on second call every now and then. - I have one dataset made as Static Member. [_dsCacheHolder] Each call to a function only returns a COPY Dataset.Copy() of the static variable.
|