carusone
Posts: 1
|
| Posted: 10/04/2006, 5:03 PM |
|
ok.....I'm stumped.
I've followed all the instructions related to "Enabling Caching" for a particular ASP page.
I've set the Project settings for caching after creating a table for this purpose in my database (MS Access).
My table fields are:
ID (Autonumber/Primary Key)
cache_key (text)
cache_experation (number - long integer)
cache_data (memo)
I then enabled caching for the page in question...setting the experation to 1 day.
I then used the "autofill" feature to set the rest of the parameters.
Everything is fine to this point. I then publish the project (fine) and use the page on the server (as a user). No errors...everything is fine. The page in question is a simple Calendar.
My question is this: Why does my Cache table in the database never change? It adds no records nor shows any activity. Am I doing something wrong? Missed a setting? I followed the help file to the letter.
Anyone have experiance with "Caching"?
Thanks in advance.....
|
 |
 |
|