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