jasonsalas
IS-IT--Management
Hi everyone,
This is a 2-part question:
(1) If I implement the following line at the top of an ASP page that uses a databse connection, will the page necessarily be cached?
<% Response.Expires = 5 %>
(2) Also, if I include the same Response.Cache statement for a database-driven ASP page that has information in the query string to extract a specific record from a database, will the page itself be cached, or is this a moot point, becaise every value in the query string represents a new and unique "page"?
Thanks much!
This is a 2-part question:
(1) If I implement the following line at the top of an ASP page that uses a databse connection, will the page necessarily be cached?
<% Response.Expires = 5 %>
(2) Also, if I include the same Response.Cache statement for a database-driven ASP page that has information in the query string to extract a specific record from a database, will the page itself be cached, or is this a moot point, becaise every value in the query string represents a new and unique "page"?
Thanks much!