|
-
Jul 9th, 2001, 01:35 AM
#1
Thread Starter
Hyperactive Member
caching (asp/html)
Hello,
I have a page with a MINIMAL amount of asp code (just checks the browser version) the rest of the page is HTML.
To do this(check browser) I obviously have to call it "whatever.ASP". My problem is that when it loads it takes long to load - it does not seem to be cached or something. When I take out the asp code and rename the page to .html it loads slowly the first time, but then loads extremely quickly on subsequent "loads" - I assume this is because of the caching.
How can I do this in asp. Does it have something to do with setting response.buffer = true or false!!??
Thanks,
T
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|