| Thread | Last Post | Replies |
|
| caching problem across user | 28 Feb 2006 04:12 GMT | 6 |
I am facing a typical problem. I have developed an asp.net application which is used in the intranet, The problem is that one user get others data when working concurrently There is no proxy configuration and no application variable
|
| Application Caching In A Web Farm | 27 Feb 2006 14:41 GMT | 4 |
I was curious if there were any suugestions on caching shared application data in a web farm using .NET 1.1. We are using SQL Server for session state managemnet and the June 2005 EL for user data caching. The idea here is to have a shared application cache generated from the ...
|
| Exception of type System.OutOfMemoryException was thrown. | 27 Feb 2006 14:38 GMT | 1 |
Exception of type System.OutOfMemoryException was thrown. this error is occuring when on arbitrary threads in my .net windows service. There is 2 gigs of memory on the machine and this .net windows service only uses 50 megabytes. What could be causing this? how to fix?
|
| Clearing the cache | 23 Feb 2006 00:42 GMT | 2 |
I just copied an application over to an existing older build on another machine. I get the following runtime error when I run it on that machine. Compiler Error Message: CS1595: 'CallviewWEB1.login' is defined in multiple places; using definition from
|
| Problem with AdRotator: image does not change in cached page | 22 Feb 2006 03:20 GMT | 18 |
I have tried the AdRotator sample provided in QuickStart: http://www.asp.net/QuickStart/aspnet/doc/ctrlref/standard/substitution.aspx and expected the image to change on each request even (even if caching is enabled). But the image does not change!
|
| Popup window | 21 Feb 2006 16:35 GMT | 1 |
In my web application, i use this following code to open a pop up window. Its working in my machine. Response.Write("var win = window.open('ResponseCountReport.aspx',null,'height =300 width=420
|
| Access cache from a class library | 21 Feb 2006 16:15 GMT | 2 |
Is there any way that I can access the System.Web.Caching.Cache object from a class library?
|
| To track closing of a browser window | 20 Feb 2006 01:36 GMT | 1 |
Could any one please send me the details how to track if any user has closed his window without proper log out. Actually I am doing it in ASP.Net and trying to avoid multiple Login in on our site.It would be better if you can suggest me how to deal with this situation.I am not
|
| Clearing/Preventing cached objects in browsers other than IE | 13 Feb 2006 20:37 GMT | 1 |
I'm using forms authentication in .NET 2.0. When the user logs out I do the following... Session.Abandon(); FormsAuthentication.SignOut();
|
| perf issue for auto-fill with large number of records | 06 Feb 2006 14:43 GMT | 2 |
i've a web page that loads the entire cust record tbl to simulate a auto fill during data entry this works great when tot cust recs < 1500, going over the 1500 numbers the conescute page loads take several seconds.
|
| ASP.NET 2.0 Menu for downlevel browsers and caching | 06 Feb 2006 02:20 GMT | 12 |
does the menu control support some kind of post-cache substitution like the adrotator control does? I have implemented a custom caching mechanism using VaryByCustom and I am running into problems when the menu is rendered on downlevel browsers:
|
| Image does not refresh | 02 Feb 2006 03:56 GMT | 2 |
I'm new to asp .net and am having a few problems with web controls. I have a page which displays an image. On that page, I also allow users to upload a new image. Once I upload the new image, I set the ImageUrl to the newly loaded image and the new image is displayed. However, if I
|