[thelist] clear server cache?

Ken Schaefer Ken at adOpenStatic.com
Mon Dec 20 16:26:37 CST 2004


What version of IIS?

If IIS6, recycling the web application pool will be more than sufficient.
ASP.NET pages are never cached in the kernel mode (http.sys) cache - they are
only ever cached in user-mode cache (if you use caching directives), and
there's also the compiled version of the page in Temporary Internet Files.

It would help if you could clarify the IIS version, and also what you mean by
"stuck".

Cheers
Ken

: -----Original Message-----
: From: thelist-bounces at lists.evolt.org [mailto:thelist-
: bounces at lists.evolt.org] On Behalf Of Casey Crookston
: Sent: Tuesday, 21 December 2004 8:19 AM
: To: thelist at lists.evolt.org
: Subject: Re: [thelist] clear server cache?
: 
: dynamic page asp.net
: 
: How do you cycle the web service?  Start and stop IIS?
: 
: Casey
: 
: 
: ----- Original Message -----
: From: "Peter Brunone
: 
: 
: >
: > Is this file static or dynamic?  If dynamic, is it ASP 3.0?
: > ASP.NET?  Something else?
: >
: > If you have a server problem, you can always cycle the web
: > service...
: >
: > -----Original Message-----
: > From: thelist-bounces at lists.evolt.org On Behalf Of Casey Crookston
: >
: > I've got a remote connection to my production server, and I'm wondering
: > how I would clear the cache on IIS.  There's a file that's stuck in
: > cache and I can't get it cleared.
: >
: > Thanks,
: >
: > Casey
: >
: >
: 
: --
: 
: * * Please support the community that supports you.  * *
: http://evolt.org/help_support_evolt/
: 
: For unsubscribe and other options, including the Tip Harvester
: and archives of thelist go to: http://lists.evolt.org
: Workers of the Web, evolt !


More information about the thelist mailing list