Page Level Caching?

B

Bishop

Every page of our website have dynamic database driven aspects and we are
using some datasource caching now. Even though we need a database driven
website, most of our pages would work just fine if cached for 8 or more
hours. Is there a way to cach the entire page for 8+ hours with ASP.NET,
IIS, and/or the user's browser?
 
C

Cowboy \(Gregory A. Beamer\)

If you mean all of the data on a single page? Sure. And you can determine
what parameters varying can alter the cache. And, if you don't like
Microsoft's rules, you can write your own cache class followign theire
examples.

See if this helps you:
http://www.softsteel.co.uk/tutorials/AspNetCaching/index.html

--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA

*************************************************
| Think outside the box!
|
*************************************************
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top