Forum Moderators: open

Message Too Old, No Replies

IE cacheing issue

allow client side cacheing

         

ariadne_ac

4:16 pm on Dec 9, 2004 (gmt 0)

10+ Year Member



After downloading a file to "Temporary Internet Files" folder, IE deletes the file too quickly and I can't open it.

Does anyone know how to allow client side cacheing in ASP?

ajavaly

5:57 pm on Dec 9, 2004 (gmt 0)

10+ Year Member



not really positive, but try Tools/Internet Options. On the General tab, click the settings button in the Temporary Internet Files box. Maybe you don't have enough space allocated, or you are checking for newer versions on "every visit to the page".

ajavaly

5:58 pm on Dec 9, 2004 (gmt 0)

10+ Year Member



also, for asp pages, I believe you can use the

<% response.expires = x %> where x is the number of minutes before the page expires.