Expire all pages when logged out
Thu, 11 May 2006 09:33:53 -0400
Hi Guys!
I have a site that allows users to log in and out based and uses session to
access every page. My problem is when a user logout and click the back
button in the browser it allows them to go back and view the content that
they were in before but can not make any new request to the server without
...
|
Failed to create table sql cache dependancy
Tue, 9 May 2006 06:33:01 -0700
Hi
I have created a datatbase "testschema" and schema called "MySchema". I have
created a table "MySchema.table1" in the database. I am trying to create sql
cache dependancy on table using aspnet_regsql utitlity.
aspnet_regsql -S localhost -U UserA -P usr@123 -ed -d testschema -et -t
MySchema.Table1
...
|
Remove all Cache Items from Site
Fri, 5 May 2006 12:10:24 +0500
Hi all,
I have a DB driven Web App with Cached Data Grids. I use Cached dataviews
for data grids. Upon closing Site or logging out, I want to clear all the
Caches in my site.
How it could be done... ??
TIA
Muhammad Saleem
CSi
...
|
Controlling the browser cache from an ASPX page
4 May 2006 15:46:28 -0700
I have an aspx page that is used in src tags on other pages to serve
images. The image that is served is determined by a query string:
src=mypage.aspx?imageId=12344
Each image has a unique id, so a unique image is defined by the entire
URL, including the query parameters.
The aspx page locates the file ...
|
test ASP.NET 2.0 caching in VS05 debug mode
Thu, 4 May 2006 13:37:12 -0700
Testing ASP.NET 2.0 caching in the VS05 debugger.
When a user clicks an RSS icon, I'm constructing an rss feed xml based on
the contents of the page, caching the rss xml string under a key built from
on the query-string for the original page, and then sending the rss xml to
the browser.
In VS05 debug ...
|
Cache Issues in Asp 2.0
Thu, 4 May 2006 08:32:02 -0700
When running an Asp.Net 2.0 web application
any items that I add to the cache are being removed almost instantly
with a reason of underused. I know this as I have hooked up a delegate
that is invoked when the cached item is removed.
If I set the priority to be NonRemoveable this does not happen however
this ...
|
Chaching with Location="None"
Sun, 30 Apr 2006 07:35:02 -0700
I read thefollowing in "C# and .NET" on Safari Books:
----
<%@ OutputCache Location="None" VaryByParam="*" VaryByControl="*"%>
Note that its caching is turned off by setting Location to None. The result
is that only the control is cached.
---
Does the above really mean that I will have a cached control ...
|
|
|
Remove All Cache(s) from Site
Fri, 28 Apr 2006 15:19:57 +0500
Hi all,
I have a DB driven Web App with Cached Data Grids. I use Cached dataviews
for data grids. Upon closing Site or logging out, I want to clear all the
Caches in my site.
How it could be done
TIA
Muhammad Saleem
CSi
...
|
Seesion becomes null
Wed, 26 Apr 2006 21:58:25 -0700
i would like to know the reasons for the session becoming null. also when i pass the session variable from one screen to other the value is lost and the system errors out stating "time out". ...
|
.net 2.0 machine.config
Wed, 26 Apr 2006 17:00:30 -0700
I don't see any asp.net 2.0 caching-specific settings in the machine.config
installed with .net 2.0 .... do these need to be added manually ? Can
someone point me to a good resource ?
Here are the only <configSection>s I find relevant to caching ...
<configuration>
<configSections>
<secti ...
|