HighTechTalks DotNet Forums  

ASP.Net 2.0 Caching and ISA 2004

ASP.net Caching microsoft.public.dotnet.framework.aspnet.caching


Discuss ASP.Net 2.0 Caching and ISA 2004 in the ASP.net Caching forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
David Lozzi
 
Posts: n/a

Default ASP.Net 2.0 Caching and ISA 2004 - 07-20-2006 , 11:08 AM






Howdy,

Sorry for the cross group post, but I'm not sure who would know more on
this. I going to have my ASP.Net 2.0 application running on a server behind
my ISA 2004 server. Several pages are setup for cacheing. I read somwhere
that if a downstream server like ISA 2004 supports cache, that it will cache
the pages, not the local IIS server. Do I need to enable ISA to do this? Do
I need to tell IIS not to do this? Or is it automatic?

Thanks!!

--
David Lozzi
dlozzi@(remove)delphi-ts.com
www.delphi-ts.com




Reply With Quote
  #2  
Old   
Joerg Jooss
 
Posts: n/a

Default Re: ASP.Net 2.0 Caching and ISA 2004 - 07-22-2006 , 05:39 AM






Thus wrote David,

Quote:
Howdy,

Sorry for the cross group post, but I'm not sure who would know more
on this. I going to have my ASP.Net 2.0 application running on a
server behind my ISA 2004 server. Several pages are setup for
cacheing. I read somwhere that if a downstream server like ISA 2004
supports cache, that it will cache the pages, not the local IIS
server.
An origin web server usually never acts as a cache. On any account, the cache
that's closest to client and has a fresh copy of a resource will serve that
resource. In your scenario, any cache hit on the ISA server will prevent
the request from reaching your IIS.

Quote:
Do I need to enable ISA to do this? Do I need to tell IIS not
to do this? Or is it automatic?
I'm not an ISA expert, but I guess you'll have to configure it in some way
;-)

You must set up your IIS configuration and all web application components
so that all pages, scripts, images etc. are marked with the appropriate Cache-Control
and Expires headers.

Cheers,
--
Joerg Jooss
news-reply (AT) joergjooss (DOT) de




Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.