Re: How can I shut down and restart (only one) ASP.NET 2.0 website on the server?

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



Thanks, I just discovered that my problem is almost certainly that my
ISP (provider at work - not the host) is probably caching the pages.


A way to bypass that cache may be to add a dummy parameter with some randowm value to the querystring
so instead of
mypage.aspx
use
mypage.aspx?somevar=864

The fact *that* you use a querystring might already be enough to bypass a cache, else the "new URL" should do the trick.

Hans Kesting


.



Relevant Pages

  • Re: Copy with verify per block
    ... to go to all this trouble just to get a simple message to me. ... This will still read from cache. ... and only SCSI has an option to bypass the cache on reads. ... to do this for removable storage. ...
    (comp.sys.ibm.pc.hardware.storage)
  • Re: Bypass system disk cache
    ... I have a project that with file IO but need to bypass the system disk ... Is there anyway that I can disable the system disk cache (to the ... how can I bypass the cache to the file? ... control the OS. ...
    (comp.lang.java.programmer)
  • Re: Bypass system disk cache
    ... I have a project that with file IO but need to bypass the system disk ... Is there anyway that I can disable the system disk cache (to the ... how can I bypass the cache to the file? ... Can you mount a raw disk partition on your operating system? ...
    (comp.lang.java.programmer)
  • Re: Locking a page
    ... I will look at the cache. ... Add the page user and what querystring value he is looking at. ... more than one key/value pair) into the application. ... You can store any object in the Application. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Transfer data between pages
    ... You could put it in the Cache with an expiry, you would have to put the key (A Guid maybe) in the querystring but I doubt that would be a security issue or anything. ...
    (microsoft.public.dotnet.framework.aspnet)