IIS caches things, even when I disable output caching The 2019 Stack Overflow Developer Survey Results Are InIIS 7.5 401.3 Access DeniedUnusual Caching Issue with IE 7/8 and IIS 7I want static content cached, but browsers keep requesting itIIS 7.5 Caching Classic ASP Responses and Static FilesIIS 7 on 2008r2 shows blank pageIIS 404 error where file existsIIS 7.5 selectively overwrites my error response pageDisable caching in IIS 7.5?IIS Renamed Images still show previous contents - Caching issue?403 Forbidden Errors with IIS Performance and Caching Configuration

Can you compress metal and what would be the consequences?

How to type this arrow in math mode?

Who coined the term "madman theory"?

"as much details as you can remember"

Are there any other methods to apply to solving simultaneous equations?

For what reasons would an animal species NOT cross a *horizontal* land bridge?

Delete all lines which don't have n characters before delimiter

Should I use my personal e-mail address, or my workplace one, when registering to external websites for work purposes?

Where to refill my bottle in India?

What do the Banks children have against barley water?

Why didn't the Event Horizon Telescope team mention Sagittarius A*?

Deal with toxic manager when you can't quit

Why is the maximum length of OpenWrt’s root password 8 characters?

How to notate time signature switching consistently every measure

Can a rogue use sneak attack with weapons that have the thrown property even if they are not thrown?

Multiply Two Integer Polynomials

Can a flute soloist sit?

Are children permitted to help build the Beis Hamikdash?

Scaling a graph of a circle and the standard parabola in TikZ

Protecting Dualbooting Windows from dangerous code (like rm -rf)

How to deal with fear of taking dependencies

Did Section 31 appear in Star Trek: The Next Generation?

How to manage monthly salary

What do hard-Brexiteers want with respect to the Irish border?



IIS caches things, even when I disable output caching



The 2019 Stack Overflow Developer Survey Results Are InIIS 7.5 401.3 Access DeniedUnusual Caching Issue with IE 7/8 and IIS 7I want static content cached, but browsers keep requesting itIIS 7.5 Caching Classic ASP Responses and Static FilesIIS 7 on 2008r2 shows blank pageIIS 404 error where file existsIIS 7.5 selectively overwrites my error response pageDisable caching in IIS 7.5?IIS Renamed Images still show previous contents - Caching issue?403 Forbidden Errors with IIS Performance and Caching Configuration



.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;








3















I have an IIS web server on my local network for development purposes, and I want to disable all caching mechanisms. IIS seems to be caching everything, even when I disable output caching like so:



Output Caching window



I have set the above at the root of my webserver.



The weird thing is that I need to request a file a few times before it starts caching it.



I know that it can't be a client side related issue as I checked that they were requesting a fresh copy from the server each time.



Example of what I did:



  1. I create a HTML file

  2. I navigate to the above HTML file on the server (e.g. http://example/path/to/file/test.html) in my browser, and refresh the page a few times.

  3. I change the HTML file on the disk

  4. I refresh the page in my browser again, but I still see the old HTML file, and not the new one that I had saved to the disk in step 3.

IIS version: 7.5, Windows version: Windows 7



Can anyone help me please?










share|improve this question
















bumped to the homepage by Community 13 hours ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.










  • 1





    Are you sure it's not the client that's doing the caching here. Have you tried clearing the client browser cache after you change the file on the web server?

    – Chris McKeown
    Jul 23 '13 at 11:46











  • @ChrisMcKeown Yes, I am sure that the problem is server side - I have cleared the cache in between page loads.

    – starbeamrainbowlabs
    Jul 23 '13 at 11:57











  • Any proxy servers in between the client and the server that might be doing the caching?

    – Chris McKeown
    Jul 23 '13 at 11:59











  • You should be able to look at the headers to see what it's throwing at you. If you get a 304 Not Modified response then something in between is caching your results.

    – Nathan C
    Jul 23 '13 at 12:44






  • 3





    Have you found the solution to this problem? I'm experiencing the same issue and can't disable the goddamn cache in any way

    – Tivie
    Dec 8 '13 at 1:16

















3















I have an IIS web server on my local network for development purposes, and I want to disable all caching mechanisms. IIS seems to be caching everything, even when I disable output caching like so:



Output Caching window



I have set the above at the root of my webserver.



The weird thing is that I need to request a file a few times before it starts caching it.



I know that it can't be a client side related issue as I checked that they were requesting a fresh copy from the server each time.



Example of what I did:



  1. I create a HTML file

  2. I navigate to the above HTML file on the server (e.g. http://example/path/to/file/test.html) in my browser, and refresh the page a few times.

  3. I change the HTML file on the disk

  4. I refresh the page in my browser again, but I still see the old HTML file, and not the new one that I had saved to the disk in step 3.

IIS version: 7.5, Windows version: Windows 7



Can anyone help me please?










share|improve this question
















bumped to the homepage by Community 13 hours ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.










  • 1





    Are you sure it's not the client that's doing the caching here. Have you tried clearing the client browser cache after you change the file on the web server?

    – Chris McKeown
    Jul 23 '13 at 11:46











  • @ChrisMcKeown Yes, I am sure that the problem is server side - I have cleared the cache in between page loads.

    – starbeamrainbowlabs
    Jul 23 '13 at 11:57











  • Any proxy servers in between the client and the server that might be doing the caching?

    – Chris McKeown
    Jul 23 '13 at 11:59











  • You should be able to look at the headers to see what it's throwing at you. If you get a 304 Not Modified response then something in between is caching your results.

    – Nathan C
    Jul 23 '13 at 12:44






  • 3





    Have you found the solution to this problem? I'm experiencing the same issue and can't disable the goddamn cache in any way

    – Tivie
    Dec 8 '13 at 1:16













3












3








3








I have an IIS web server on my local network for development purposes, and I want to disable all caching mechanisms. IIS seems to be caching everything, even when I disable output caching like so:



Output Caching window



I have set the above at the root of my webserver.



The weird thing is that I need to request a file a few times before it starts caching it.



I know that it can't be a client side related issue as I checked that they were requesting a fresh copy from the server each time.



Example of what I did:



  1. I create a HTML file

  2. I navigate to the above HTML file on the server (e.g. http://example/path/to/file/test.html) in my browser, and refresh the page a few times.

  3. I change the HTML file on the disk

  4. I refresh the page in my browser again, but I still see the old HTML file, and not the new one that I had saved to the disk in step 3.

IIS version: 7.5, Windows version: Windows 7



Can anyone help me please?










share|improve this question
















I have an IIS web server on my local network for development purposes, and I want to disable all caching mechanisms. IIS seems to be caching everything, even when I disable output caching like so:



Output Caching window



I have set the above at the root of my webserver.



The weird thing is that I need to request a file a few times before it starts caching it.



I know that it can't be a client side related issue as I checked that they were requesting a fresh copy from the server each time.



Example of what I did:



  1. I create a HTML file

  2. I navigate to the above HTML file on the server (e.g. http://example/path/to/file/test.html) in my browser, and refresh the page a few times.

  3. I change the HTML file on the disk

  4. I refresh the page in my browser again, but I still see the old HTML file, and not the new one that I had saved to the disk in step 3.

IIS version: 7.5, Windows version: Windows 7



Can anyone help me please?







iis-7.5 cache






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Jul 23 '13 at 9:28







starbeamrainbowlabs

















asked Jul 23 '13 at 9:22









starbeamrainbowlabsstarbeamrainbowlabs

149212




149212





bumped to the homepage by Community 13 hours ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.







bumped to the homepage by Community 13 hours ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.









  • 1





    Are you sure it's not the client that's doing the caching here. Have you tried clearing the client browser cache after you change the file on the web server?

    – Chris McKeown
    Jul 23 '13 at 11:46











  • @ChrisMcKeown Yes, I am sure that the problem is server side - I have cleared the cache in between page loads.

    – starbeamrainbowlabs
    Jul 23 '13 at 11:57











  • Any proxy servers in between the client and the server that might be doing the caching?

    – Chris McKeown
    Jul 23 '13 at 11:59











  • You should be able to look at the headers to see what it's throwing at you. If you get a 304 Not Modified response then something in between is caching your results.

    – Nathan C
    Jul 23 '13 at 12:44






  • 3





    Have you found the solution to this problem? I'm experiencing the same issue and can't disable the goddamn cache in any way

    – Tivie
    Dec 8 '13 at 1:16












  • 1





    Are you sure it's not the client that's doing the caching here. Have you tried clearing the client browser cache after you change the file on the web server?

    – Chris McKeown
    Jul 23 '13 at 11:46











  • @ChrisMcKeown Yes, I am sure that the problem is server side - I have cleared the cache in between page loads.

    – starbeamrainbowlabs
    Jul 23 '13 at 11:57











  • Any proxy servers in between the client and the server that might be doing the caching?

    – Chris McKeown
    Jul 23 '13 at 11:59











  • You should be able to look at the headers to see what it's throwing at you. If you get a 304 Not Modified response then something in between is caching your results.

    – Nathan C
    Jul 23 '13 at 12:44






  • 3





    Have you found the solution to this problem? I'm experiencing the same issue and can't disable the goddamn cache in any way

    – Tivie
    Dec 8 '13 at 1:16







1




1





Are you sure it's not the client that's doing the caching here. Have you tried clearing the client browser cache after you change the file on the web server?

– Chris McKeown
Jul 23 '13 at 11:46





Are you sure it's not the client that's doing the caching here. Have you tried clearing the client browser cache after you change the file on the web server?

– Chris McKeown
Jul 23 '13 at 11:46













@ChrisMcKeown Yes, I am sure that the problem is server side - I have cleared the cache in between page loads.

– starbeamrainbowlabs
Jul 23 '13 at 11:57





@ChrisMcKeown Yes, I am sure that the problem is server side - I have cleared the cache in between page loads.

– starbeamrainbowlabs
Jul 23 '13 at 11:57













Any proxy servers in between the client and the server that might be doing the caching?

– Chris McKeown
Jul 23 '13 at 11:59





Any proxy servers in between the client and the server that might be doing the caching?

– Chris McKeown
Jul 23 '13 at 11:59













You should be able to look at the headers to see what it's throwing at you. If you get a 304 Not Modified response then something in between is caching your results.

– Nathan C
Jul 23 '13 at 12:44





You should be able to look at the headers to see what it's throwing at you. If you get a 304 Not Modified response then something in between is caching your results.

– Nathan C
Jul 23 '13 at 12:44




3




3





Have you found the solution to this problem? I'm experiencing the same issue and can't disable the goddamn cache in any way

– Tivie
Dec 8 '13 at 1:16





Have you found the solution to this problem? I'm experiencing the same issue and can't disable the goddamn cache in any way

– Tivie
Dec 8 '13 at 1:16










1 Answer
1






active

oldest

votes


















0














I realize this an old thread. However, I'm having the same issue and having trouble finding more information about it.



What may help though is a somewhat related article explaining this exact issue, where disabling Output caching the IIS way didn't help. What these guys did was disable/remove the module altogether. This is the only promising bit of information I have at the moment.



Here's the (old) post: https://www.lightmaker.com/get-your-iis-output-caching-right-for-sitecore-multisite-implementations/



Update: This hasn't resolved my issue, so there is something else in my case causing the caching. I'll leave the reply in in case it does help someone else.






share|improve this answer




















  • 1





    I don't have a windows machine handy to test this on anymore, but this sounds like the best solution I've seen yet. If it works for you I'll accept this as the answer :D

    – starbeamrainbowlabs
    Apr 5 '17 at 9:24












  • Unfortunately, this hasn't resolved our issue.

    – Effing
    May 5 '17 at 17:28











  • Awww, drat! If you do ever find a solution - do keep us updated :-)

    – starbeamrainbowlabs
    May 6 '17 at 12:35











Your Answer








StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "2"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f525564%2fiis-caches-things-even-when-i-disable-output-caching%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









0














I realize this an old thread. However, I'm having the same issue and having trouble finding more information about it.



What may help though is a somewhat related article explaining this exact issue, where disabling Output caching the IIS way didn't help. What these guys did was disable/remove the module altogether. This is the only promising bit of information I have at the moment.



Here's the (old) post: https://www.lightmaker.com/get-your-iis-output-caching-right-for-sitecore-multisite-implementations/



Update: This hasn't resolved my issue, so there is something else in my case causing the caching. I'll leave the reply in in case it does help someone else.






share|improve this answer




















  • 1





    I don't have a windows machine handy to test this on anymore, but this sounds like the best solution I've seen yet. If it works for you I'll accept this as the answer :D

    – starbeamrainbowlabs
    Apr 5 '17 at 9:24












  • Unfortunately, this hasn't resolved our issue.

    – Effing
    May 5 '17 at 17:28











  • Awww, drat! If you do ever find a solution - do keep us updated :-)

    – starbeamrainbowlabs
    May 6 '17 at 12:35















0














I realize this an old thread. However, I'm having the same issue and having trouble finding more information about it.



What may help though is a somewhat related article explaining this exact issue, where disabling Output caching the IIS way didn't help. What these guys did was disable/remove the module altogether. This is the only promising bit of information I have at the moment.



Here's the (old) post: https://www.lightmaker.com/get-your-iis-output-caching-right-for-sitecore-multisite-implementations/



Update: This hasn't resolved my issue, so there is something else in my case causing the caching. I'll leave the reply in in case it does help someone else.






share|improve this answer




















  • 1





    I don't have a windows machine handy to test this on anymore, but this sounds like the best solution I've seen yet. If it works for you I'll accept this as the answer :D

    – starbeamrainbowlabs
    Apr 5 '17 at 9:24












  • Unfortunately, this hasn't resolved our issue.

    – Effing
    May 5 '17 at 17:28











  • Awww, drat! If you do ever find a solution - do keep us updated :-)

    – starbeamrainbowlabs
    May 6 '17 at 12:35













0












0








0







I realize this an old thread. However, I'm having the same issue and having trouble finding more information about it.



What may help though is a somewhat related article explaining this exact issue, where disabling Output caching the IIS way didn't help. What these guys did was disable/remove the module altogether. This is the only promising bit of information I have at the moment.



Here's the (old) post: https://www.lightmaker.com/get-your-iis-output-caching-right-for-sitecore-multisite-implementations/



Update: This hasn't resolved my issue, so there is something else in my case causing the caching. I'll leave the reply in in case it does help someone else.






share|improve this answer















I realize this an old thread. However, I'm having the same issue and having trouble finding more information about it.



What may help though is a somewhat related article explaining this exact issue, where disabling Output caching the IIS way didn't help. What these guys did was disable/remove the module altogether. This is the only promising bit of information I have at the moment.



Here's the (old) post: https://www.lightmaker.com/get-your-iis-output-caching-right-for-sitecore-multisite-implementations/



Update: This hasn't resolved my issue, so there is something else in my case causing the caching. I'll leave the reply in in case it does help someone else.







share|improve this answer














share|improve this answer



share|improve this answer








edited Apr 10 '17 at 15:53

























answered Apr 5 '17 at 8:22









EffingEffing

35




35







  • 1





    I don't have a windows machine handy to test this on anymore, but this sounds like the best solution I've seen yet. If it works for you I'll accept this as the answer :D

    – starbeamrainbowlabs
    Apr 5 '17 at 9:24












  • Unfortunately, this hasn't resolved our issue.

    – Effing
    May 5 '17 at 17:28











  • Awww, drat! If you do ever find a solution - do keep us updated :-)

    – starbeamrainbowlabs
    May 6 '17 at 12:35












  • 1





    I don't have a windows machine handy to test this on anymore, but this sounds like the best solution I've seen yet. If it works for you I'll accept this as the answer :D

    – starbeamrainbowlabs
    Apr 5 '17 at 9:24












  • Unfortunately, this hasn't resolved our issue.

    – Effing
    May 5 '17 at 17:28











  • Awww, drat! If you do ever find a solution - do keep us updated :-)

    – starbeamrainbowlabs
    May 6 '17 at 12:35







1




1





I don't have a windows machine handy to test this on anymore, but this sounds like the best solution I've seen yet. If it works for you I'll accept this as the answer :D

– starbeamrainbowlabs
Apr 5 '17 at 9:24






I don't have a windows machine handy to test this on anymore, but this sounds like the best solution I've seen yet. If it works for you I'll accept this as the answer :D

– starbeamrainbowlabs
Apr 5 '17 at 9:24














Unfortunately, this hasn't resolved our issue.

– Effing
May 5 '17 at 17:28





Unfortunately, this hasn't resolved our issue.

– Effing
May 5 '17 at 17:28













Awww, drat! If you do ever find a solution - do keep us updated :-)

– starbeamrainbowlabs
May 6 '17 at 12:35





Awww, drat! If you do ever find a solution - do keep us updated :-)

– starbeamrainbowlabs
May 6 '17 at 12:35

















draft saved

draft discarded
















































Thanks for contributing an answer to Server Fault!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f525564%2fiis-caches-things-even-when-i-disable-output-caching%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

How to make RAID controller rescan devices The 2019 Stack Overflow Developer Survey Results Are InLSI MegaRAID SAS 9261-8i: Disk isn't recognized after replacementHow to monitor the hard disk status behind Dell PERC H710 Raid Controller with CentOS 6?LSI MegaRAID - Recreate missing RAID 1 arrayext. 2-bay USB-Drive with RAID: btrfs RAID vs built-in RAIDInvalid SAS topologyDoes enabling JBOD mode on LSI based controllers affect existing logical disks/arrays?Why is there a shift between the WWN reported from the controller and the Linux system?Optimal RAID 6+0 Setup for 40+ 4TB DisksAccidental SAS cable removal

How can I have a shield and a way of attacking at distance at the same time? The 2019 Stack Overflow Developer Survey Results Are InDoes the Thrown property mean I can attack with my DEX?Is it possible to build a custom weapon, and if so, how will my character be able to use it?Can the Ghost Touch weapon property allow an attacker to perform incorporeal touch attacks?The DM allowed me to wield two shields, how can I get the most AC and HP, as a Bear Barbarian?Are there ways other than Kensei Weapons or Hex Warrior to use an ability other than STR for non-finesse melee weapons?Cheapest way to cast spells with sword and (heavy) shield?Is this homebrew “Throwing Weapons Master” feat balanced?Can Hexblade warlocks use a staff and shield?Are there any balance issues with allowing thrown Javelins to be drawn for free like ammunition weapons?Does an unattuned Frost Brand weapon still glow in freezing temperatures?Does a druid starting with a bow start with no arrows?Is it possible to build a custom weapon, and if so, how will my character be able to use it?

Unbreakable Formation vs. Cry of the Carnarium The 2019 Stack Overflow Developer Survey Results Are InCan an indestructible creature die by a combination of damage and -X/-X effects?Can a non-instant or sorcery ever have flashback?do creatures created after a “all creatures get -1/-1 until end of turn” instant get -1/-1 as well?What happens when I target an indestructible card with an “if that would die this turn, exile it instead” effect?Exalted trigger timingWhat happens when a non-token creature loses all abilities, is exiled, then returns?Does the spell cast with Yahenni's Expertise resolve before state-based effects are checked?What happens if Always Watching is destroyed mid-combat?MTG: Abilities lost when exiled?Under which controller does a stolen permanent come into play after being exiled?