2

When I am running web application on IE 11, getting warning message as below:

DOM7011: The code on this page disabled back and forward caching. For more information, see: http://go.microsoft.com/fwlink/?LinkID=291337

Same question is posted in: Form/JavaScript not working on IE 11 with error DOM7011 But, I do not know, How to remove this warning message from my console panel?

Community
  • 1
  • 1
KumarA
  • 1,318
  • 2
  • 18
  • 38

1 Answers1

1

Here's a demo that floods the F12 debugger console with that DOM7011 message. Just click and change the select options. It'll produce that message each time.

I think it's a bug.

https://googledrive.com/host/0B8BLd2qPPV7XaEpiYlM3WWhicWM    (demo)

http://xtzq5a-ch3301.files.1drv.com/y2pXSI1a8_5CbKRUM2unAd8No0dZiD3GFbXYw8C4SY7UHmP4j8f2UNFl5q41_Wo_tYKZiOq0NTf4YzV8YK_5k1UAS1uTdpoihgh_bWhYTa0RY4/DOM7011.png    (screenshot)

Taryn
  • 224,125
  • 52
  • 341
  • 389
  • Also the Microsoft doc says caching is disabled on SSL pages, but my page is over SSL and It appears the cache is still being used. Another bug? – Ryan Dec 04 '15 at 16:04