Note that there are some explanatory texts on larger screens.

plurals
  1. POMy asp.net 1.1 site will not refresh
    text
    copied!<p>I have an ASP.NET <strong>1.1</strong> site and I'm uploading a small change, but the page will not refresh. The page was changed 2.5 hours ago. I have tried loading the page in 3 different browsers, so I know the issue is not browser caching. I searched for similar situations on the web and StackOverflow. I have tried changing the query string, deleting the file and uploading again, and changing web.config to try to force a site restart.</p> <p>I even uploaded the file under a different name to make sure there was not another problem. That did work, but I don't want to change all of the links to point to a new page. I even tried using Remote Desktop to log into another computer at another client to check if the cached version of the page is there too... it is. </p> <p>The site is co-located using shared hosting, and my (new) client doesn't even know how to find the URL for the administrator's panel or who to call for support.</p> <p>Using <a href="http://www.netcraft.com/whats" rel="nofollow">Whats that site running?</a>, I found out what the server is running:</p> <blockquote> <p>Windows 2000<br/> Microsoft-IIS/5.0<br/> ASP.NET v1.1<br/> F5 Big-IP</p> </blockquote> <p>I know! Crummy host!</p> <p>I'm sure in a day or so I'll contact support and clear this up, but I'll still want to know how this page is cached. I have been programming ASP.NET for 5 years and don't remember anything like this before. I don't think there is a proxy caching the page, but so far that is the only thing I can think of.</p> <p>Thanks for any ideas in advance...</p> <p>EDIT: Code sample... This appears to be a single page ASPX page, no code behind.</p> <pre><code>&lt;%@ Page Language="C#"%&gt; &lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"&gt; &lt;html&gt; &lt;head runat="server"&gt; &lt;title&gt;Login&lt;/title&gt; &lt;/head&gt; &lt;body&gt; ... &lt;/body&gt; &lt;/html&gt; </code></pre>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload