| Thread | Last Post | Replies |
|
| Cannot Cache a crystal report, Urgent!!! | 26 Aug 2006 01:45 GMT | 1 |
I tried to implement caching for a crystal report using the Cache object. Just assign to cache and set expiry. But as soon as the reportdocument is disposed in Page Unload, the cached report also becomes null. Can anyone help me please?
|
| when my C# service impersonates a secondary account does the secondary account need any special permissions? what are they? | 26 Aug 2006 01:44 GMT | 1 |
when my C# service impersonates a secondary account does the secondary account need any special permissions? what are they?
|
| SQL Cache Dependency in application_start event. | 08 Aug 2006 16:01 GMT | 2 |
I am trying to find the best way to get SQL Dependency Caching to work in the Global.asax. In the Application_Start event I open a connection to the SQL Server database and get data from several tables that will change very infrequently. This data is then saved in Application ...
|
| cache per request | 07 Aug 2006 19:45 GMT | 2 |
I have a need to cache some data per request. I looked at HttpContext.Current.Cache, but that seems to be the application cache and not just a cache for the current request. Is there something built into .net already that will do a per
|