HighTechTalks DotNet Forums  

IIS7 and OutputCache

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


Discuss IIS7 and OutputCache in the ASP.net Caching forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
Perecli Manole
 
Posts: n/a

Default IIS7 and OutputCache - 12-04-2007 , 06:56 PM






I have a site hosted on two servers IIS5 (for development in XP) and IIS6
(for production). The application code is the same on both and both servers
handle output caching directives the same. However I noticed a troubling
change when I switched my dev machine to Vista and IIS7. Even though I
specificaly disable caching in every page with the following directive,

<%@ OutputCache Duration="1" VaryByParam="None" Location="None"%>

Modal browser windows also known as a dialog popups are caching their
content on any second request until the browser session that created it is
closed and reopened. Again this problem does not exibit on non modal popups
nor on previous versions of IIS. What has changed and how can I disable
caching for these pages?

Thanks
Perry


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.