I have hosted my website on azure it makes an ajax call to fetch the data from database. It works fine unless and until i add a .appcache file for caching the website for online usage. After adding .appcache file it gives me an error saying
net::ERR_FAILED send @ jquery-1.11.2.js:9659
jQuery.extend.ajax @ jquery-1.11.2.js:9210
loginservice @ authentication.js:94
(anonymous function) @ authentication.js:81
So my question is does adding .appcache file to the website stops ajax calls working using jquery? and if it does why so? and what is the way get around?