我正在尝试在我的应用程序中实现 AppCache。我在 IIS 中添加了相应的 MIME 类型。请看我下面的 html 标签
<html manifest="example.appcache">
我的清单看起来像:
CACHE MANIFEST
Content/img/logo-header.png
Content/img/img-sprite.png
Content/img/icon-top-nav-sprite.png
NETWORK:
*
当我尝试执行我的应用程序时,我的 chrome 控制台中出现以下错误
Creating Application Cache with manifest http://localhost:7520/example.appcache
Application Cache Checking event
Application Cache Error event: Manifest fetch failed ***(4)*** http://localhost:7520/example.appcache
你能帮我解决这个问题吗?