Hi,
I am developing an application which has support for users to work in offline mode. For that I am relying on the manifest file to cache the resources (javascripts/css) in the appcache. So , when the user is offline these files from the cache will be picked and the user can work offline. How ever , the settings on IE 11 , which is "Always check for new version when the browser re-starts" causes the browser to ignore the appcache and get the resources from the application , which is offline. Now, since the application is offline, the resources are never fetched and the page does not work as expected. We don't want to change the setting of IE 11 to "Never check for new version". Is there any option to get this working ?. Specifying the "Fallback" in the appcache too does not seem to work.
Any help will be greatly appreciated.