Could anyone please help me with this? I have a web page using .manifest for offline storage caching. In that page, I use jQuery ajax call to get the data from the server. I
I have this piece of code at the top of each page/Master page
//Disable caching in IE, becuase it's EVIL! $(document).ready(function () { $.ajaxSetup({ cache: false }); });