I need urgent help on offline application cache HTML5 that is not working in IE11 but same is working fine in Chrome browser.
I get error in IE11 - "appcache fatal error"
HTML file - Offline.html
<!DOCTYPE html>
< html manifest="offline.appcache">
<head>
<title></title>
< /head>
< body>
<p>Offline page 6</p>
< /body>
< /html>
Manifest File - offline.appcache
CACHE MANIFEST
# version 1.5
Offline.html
NETWORK:
*
text/cache-manifest MIME type added in IIS