Quantcast
Channel: West Wind Message Board Messages
Viewing all articles
Browse latest Browse all 10393

Re: Webconnect pages cached in 2008 Server

$
0
0
Re: Webconnect pages cached in 2008 Server
Web Connection
Re: Webconnect pages cached in 2008 Server
12/27/2011
06:07:41 AM
3E60D4XDZ Show this entire thread in new window
From:
Unknown
To:
Attachments:
None
I really would like to understand whats going on in Win2008 server. I WinXP the application functions as expected. In Win2008 the requests for scripted pages hit the Foxpro server the first time a page is requested. The second time there is no line in Fiddlers log and not hit on Foxpro server, yet the (wrong) response shows up in browser (IE, Firefox and Chrome behave similarly). In IE I have selected "Check for newer versions of stored pages = Always", in Firefox I don't save any history. Where could those wrong pages come from if IIS doesn't cache them?


Caching isn't controlled exclusively by the server, but by browser and server together. If you're seeing a no-cache header that means content is not cached by IIS in any way.

IIS can and will cache GET based dynamic content only if you send very specific HTTP headers and set various specific values to the cache manager. Web Connection doesn't set those special headers unless your code actually sends it, so it's highly unlikely that IIS is caching the content. You can use Fiddler or Firebug/Chrome Tools to monitor what response is received from the server to see actually happens with caching.,

+++ Rick ---

How can I disable IIS caching of dynamic Webconnect content in Server 2008? I have tried setting "Expire Web Content Immediately" in IIS Manager but this has no effect. I can see in Fiddler that no "no-cache" header is present and Fiddlers Caching tab states "This response does not specify an explicit expiration time and does not specify a Last-Modified date.".






Viewing all articles
Browse latest Browse all 10393

Trending Articles