Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7591813
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T20:44:41+00:00 2026-05-30T20:44:41+00:00

Ok – so I am testing a web application and am getting some strange

  • 0

Ok – so I am testing a web application and am getting some strange behaviour on my development box that I can’t work out. The same behaviour is not exhibited on a colleagues machine.

The issue is as follows: I am making two requests to index.aspx. The first request comes back as a HTTP 200 (as I would expect), but the second request is retrieved from browser cache. I am clearing the cache at the start of each test to ensure the tests are consistent. I am also using a utility called HTTPWatch (a lot like fiddler, but shows requests even if they are retrieved from browser cache) which shows me HTTP information and this is how I know it is coming from the cache.

The issue only occurs on one of my machines.

Colleagues Machine (Works fine)

  • Request is sent to index.aspx
    • Headers Sent:
      • (Request-Line): GET /index.aspx HTTP/1.1
      • Accept: text/html, application/xhtml+xml, /
      • Accept-Encoding: gzip, deflate
      • Accept-Language: en-GB
      • Connection: Keep-Alive
      • Cookie: (Not relevant)
      • Host: dev
      • User-Agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)
    • Headers received:
      • (Status-Line): HTTP/1.1 200 OK
      • Cache-Control: private
      • Content-Length: 10369
      • Content-Type: text/html; charset=utf-8
      • Date: Wed, 08 Feb 2012 09:09:38 GMT
      • Server: Microsoft-IIS/7.5
      • X-AspNet-Version: 2.0.50727
      • X-Powered-By: ASP.NET
  • Second Request Sent to index.aspx
    • Headers Sent:
      • (Request-Line): GET /index.aspx HTTP/1.1
      • Accept: text/html, application/xhtml+xml, /
      • Accept-Encoding: gzip, deflate
      • Accept-Language: en-GB
      • Connection: Keep-Alive
      • Cookie: (Not relevant)
      • Host: dev
      • Referer: http://dev/index.aspx
      • User-Agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)
    • Headers received:
      • (Status-Line): HTTP/1.1 200 OK
      • Cache-Control: private
      • Content-Length: 33588
      • Content-Type: text/html; charset=utf-8
      • Date: Wed, 08 Feb 2012 09:09:38 GMT
      • Server: Microsoft-IIS/7.5
      • X-AspNet-Version: 2.0.50727
      • X-Powered-By: ASP.NET

My Machine (Doesn’t work)

  • Request is sent to index.aspx
    • Headers Sent:
      • (Request-Line): GET /index.aspx HTTP/1.1
      • Accept: application/x-ms-application, image/jpeg, application/xaml+xml, image/gif, image/pjpeg, application/x-ms-xbap, application/vnd.ms-excel, application/vnd.ms-powerpoint, application/msword, /
      • Accept-Encoding: gzip, deflate
      • Accept-Language: en-GB
      • Connection: Keep-Alive
      • Cookie: (Not relevant)
      • Host: dev
      • User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)
    • Headers received:
      • (Status-Line): HTTP/1.1 200 OK
      • Cache-Control: private
      • Content-Length: 10374
      • Content-Type: text/html; charset=utf-8
      • Date: Wed, 08 Feb 2012 09:45:304GMT
      • X-Powered-By: ASP.NET
  • Second Request Sent to index.aspx
    • Headers Sent:
      • (None): No Headers sent for cached items
    • Headers received:
      • (None): No headers received for cached items

As you may have noticed, the browsers are different (ie8 to ie9), but I still can’t see why this would be an issue. I think it must be some browser configuration as the headers received on the first request are virtually the same.

If anyone can explain why the second request is being retrieved from cache, I would be very grateful.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-30T20:44:42+00:00Added an answer on May 30, 2026 at 8:44 pm

    OK – so I think I’ve resolved it.

    It seems that IE had some stale cache somewhere that was not being cleared even when I explicitly cleared the cache.

    I used ProcMon to monitor the process and see what file was being accessed when IE was fetching the file from cache. I saw that despite clearing my cache there was a directory being accessed in the following location:

    C:\Users\%username%\AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.IE5\%Random Characters%\

    I deleted the contents of the C:\Users\%username%\AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.IE5 folder and now I do not seem to get the behaviour above.

    I searched on google for other people having difficulty with clearing the Cache in IE, but could not find much.

    Not too sure about this one to be honest!

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am getting the value from web service like ><&  etc. I want to
I am generating some text to be shown on a web-site, and use HttpUtility.HtmlEncode
I have a PHP application that stores PHP datetime to my MySQL table. I
I am getting notice on line 30 that twetout is undefined variable <?php $username
Have a webpage that will be viewed by mainly IE users, so CSS3 is
My NSXMLParser breaks on this string: <title>AAA &#8211; BCDEFGQWERTYUIO</title> I parsed it in this
I was beta-testing my iPhone App (not through xcode), and the app crashed. I
I am currently scraping some data from the internet and converting into xml documents.
I need a function that will clean a strings' special characters. I do NOT
I have a simple restful service that transforms a JAXB-anntotated beans to response XML

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.