Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to cache ASP pages and only allow daily updates?

Status
Not open for further replies.

Surn

Programmer
Jun 16, 1999
8
US
I have a kewl new online gaming site called <A HREF=" TARGET="_new"> It is getting millions of hits and the poor AMD k6-3 450 NT4sp6 server gets slow at times. The whole site is very data intensive. For example, <A HREF=" TARGET="_new"> generates a NCAA tournament type bracket for participants in the current Tournament. I have not upgraded the database to SQL server 7 as of yet because I may outsource the site soon.<br>
Question is... some sites ( ie <A HREF=" TARGET="_new"> that do things similar to my site are only updated daily. It there any way to only cache my asp pages and only run them 1 or 2 times each day?<br>
<br>
<br>
 
Use the &lt;% response.expires %&gt; directive at the to of each page, so it its cached on the users disk, not yours.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top