HTML5 offline “Application Cache Error event: Manifest fetch failed (-1)”

后端 未结 6 672
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-31 04:36

I\'m trying to write an HTML5 offline application but can\'t seem to get Chrome to accept the cache manifest file.

Chrome logs the following output to its console wh

6条回答
  •  渐次进展
    2020-12-31 05:11

    I have resolved this issue in visual studio for MVC application. follow below steps:

    1. I have created .appcache file in notepad and copy manifest file content into it. (you don't need to create .Manifest file OR not create Manifest.cshtml view. just create .appcache file in notepad.)

    2. give reference as in view and issue will be resolved

提交回复
热议问题