flushing IIS Cache

Discussion in 'Hosting Services / Control Panel' started by meissnersdc, Jun 14, 2004.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. When I upload a new aspx file, is there a easy way to
    to get the server to start using the new version of the file immediately?

    There seems to be some sort of caching issue where it
    will continue to use the old version for a while. Good thing in
    normal performance, but a pain when in development.

    F5 in the browser does not seem to flush the server....

    Maybe a nocache attribute in the source....

    Karl


    Computer Consultant - www.meissnersd.com
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    I do not think asp.net caches the page. It should detect the time change on the file and flush the compiled copy in the cache once you update the file.

    Updating (or renaming) the web.config file will cause the asp.net application to reload.

    quote:Originally posted by meissnersdc

    When I upload a new aspx file, is there a easy way to
    to get the server to start using the new version of the file immediately?

    There seems to be some sort of caching issue where it
    will continue to use the old version for a while. Good thing in
    normal performance, but a pain when in development.

    F5 in the browser does not seem to flush the server....

    Maybe a nocache attribute in the source....

    Karl


    Computer Consultant - www.meissnersd.com
    </blockquote id="quote"></font id="quote">
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page