IIS6 caches the renamed folder - can it be reset / reset?

On a Windows2003 server, I have two folders:

  • Forum
  • Forum_dev

The forum folder is active and in active use. The dev folder contains several modified ASP files. Renaming the forum to something else and changing Forum_dev to forum seems to ignore the changed files. Is there a way to force IIS to clear the cache?

I think I can view the changed files (in the new Forum folder), make changes and save the file, which is fine, but there are many files ...

+1


a source to share


2 answers


Renaming the root physical folder probably doesn't help since the application is kept in that folder. You could call him "pink elephants", he doesn't care that he only needs a name when looking for a folder when starting the application.

The correct and friendly approach is to simply recycle the application pool where the application resides. This can be done from the pool context menu in IIS Manager.



Don't use IISRESET as a serious dragons versus rework.

+1


a source


You can just use brute force and do:

c:\> IISRESET

      



Not bad, but the job needs to be done.

Are you absolutely sure that IIS is caching these pages and not browser clients?

0


a source







All Articles