| Thread | Last Post | Replies |
|
| Session cacheing with the cache object | 27 Dec 2004 22:59 GMT | 1 |
I want to cache some dynamically generated menus and data sets that are unique to the user, but don't change. Can I use the cache object and have several users on a system not get the same menus.
|
| Cache Question | 27 Dec 2004 22:53 GMT | 1 |
I have an web application (let's call it app1) which accesses the application parameters like user roles, functions, menu data. All the roles, functions and menu data are defined by one more web application let us say app2 (functionally similar to Windows Authorization
|
| Caching Different Xml files for different users | 27 Dec 2004 22:46 GMT | 1 |
In my application i have to use different XML files for different users. I use the cache dependency for the Xml file with the dataset. When multiple users are accessing the site will there be a problem with the dataset. Please help me.
|
| I need to run a vb.net or aspx.net file every 10 seconds. | 27 Dec 2004 22:44 GMT | 2 |
I need to run a vb.net or aspx.net file every 10 seconds. The Task Scheduler in Windows 2003 Server can only do it every 1 minute at the minimum, but I need it every 10 seconds. Is it possible to write a small program in VB.NET that would run in the background without using much ...
|
| OutputCache - resetting via a webform | 21 Dec 2004 22:21 GMT | 4 |
At my organization we use Output Caching on many of our report webpages, as they can be expensive to run. But occasionally during peak hours, a proc will timeout and thus the output cache for that page has a nasty error message imbedded in it.
|
| IIS 6 v's IIS 5 Isolation level | 21 Dec 2004 22:17 GMT | 4 |
We have an internal ASP.NET intranet application developed as part of our learning curve for .NET. This app uses .NET data caching and the back end is SQL server. The intranet works fine under IIS 5 but as soon as I run it on IIS 6 I get
|
| Re-cache when new records are added | 19 Dec 2004 19:18 GMT | 1 |
I am working on a web application with Windows Authentication. In WindowsAuthentication_Authenticate event of Global.asax file a user is Authenticated and User/Roles Array is loaded into GenericPrincipal object. So User.IsInRole("somerole") can be used. User/Roles Array first ...
|
| JJS files caching | 18 Dec 2004 17:49 GMT | 1 |
I have 80 KB large JS file within my ASP.net application and I would like to put it in server's cache to increase loading performance? How do I do this with _.js files? Are they cached whenever .aspx (HTML) page
|
| cache page or datasource | 16 Dec 2004 09:11 GMT | 3 |
What is the better to cache pages or data sources? I have asp.net application that uses ArrayLists as datasources for repeaters.
|
| .Net Locks Dependency File On "CacheItemRemovedCallback" | 13 Dec 2004 15:59 GMT | 1 |
I've been having a bit of a problem with caching of an excel file that I'm hoping someone here will be able to help with. Essentially, what seems to be happening is that the file dependency I am using seems to become locked whenever the "CacheItemRemovedCallback" for it is ...
|
| Accessing Application Cache from Application_End | 08 Dec 2004 02:47 GMT | 1 |
I'm trying to access a cached item from my global.asax Application_End event, but the cache has already been flushed. Can anyone tell me at what point in application shutdown the cache gets cleared by the runtime?
|
| Caching problems in ASP.NET 2.0 beta 2 | 07 Dec 2004 15:52 GMT | 1 |
Is anyone using Caching (HttpRuntime.Cache) in Whidbey? Not sure if there's another newsgroup for this though since it's still beta.... I'm having issues running a system built on 1.1 in a 2.0 environment... Simple (I think!!) use of the Cache as below,
|
| ASP command | 03 Dec 2004 15:54 GMT | 1 |
I would like to know what is the ASP command which returns the number of record after a SQL request ? Regards, Micka?l.
|
| OutPutCaching Issue | 02 Dec 2004 21:23 GMT | 1 |
My output doesn't seem to work on my Live site but it does work on my local computer and my dev site. What could be configured different on my live that causes output caching to be ignored. It seems as if my application is restarting itself everytime and thats why output ...
|
| SQL Server Dependency cache | 02 Dec 2004 10:59 GMT | 2 |
i am using Microsoft Development Environment 2003 and Microsoft .NET Framework 1.1. Any pointers on how how to create depenedncy on partciular table of the Database in SQL for cache. Basically want to invalidate the data incahce if
|