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
I have resolved this issue in visual studio for MVC application. follow below steps:
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.)
give reference as
in view
and issue will be resolved