Offline favorites and CDF

  • Thread starter Thread starter julien.couvreur
  • Start date Start date
J

julien.couvreur

Hi,

I followed the steps from
http://msdn.microsoft.com/workshop/delivery/offline/linkrel.asp but
when I bookmark my web page with the "make available offline" option,
the javascript files don't appear to be available, event though the CDF
file references the javascript files in an item element.

The steps I'm following:
- bookmark the page, with "make available offline"
- go to offline mode
- clear cache (but leave offline content)
- restart IE
- open the offline favorite

I get javascript errors that show that the javascript files didn't
load. Also if I type the urls for the javascript files directly, they
wouldn't load (they don't seem to be cached).

How does one troubleshoot these issues?
Where are the cached files for offline favorites stored?

Thanks,
Julien
 
Ok, found the issue.
The all the content referenced inside the CDF file needs to be
cacheable (Expires header need to be set).

The files are saved in the same location as the rest of the IE cache,
but they are treated differently (they don't get deleted from the cache
when you clear the cache unless you select "delete all offline
content").

Cheers,
Julien
 
Back
Top