I have a website that runs fine on IE10 Consumer Preview, Chrome, and Firefox all on Windows 8 Consumer Preview (i.e. Win8 beta). But in the Metro version of IE10 Consumer Preview I just see an error message: "Internet Explorer cannot display the webpage". How do I diagnose the error? F12 does not bring up any developer tools.
the infamous fiddler http debugger works with windows 8, allowing you to see what requests and responses are being sent to and from the server, so the browser can not hide anything from you, which is what I suspect is happening at the moment.
It's highly recommended to use firebug lite in IE because the native debugger is poor
Add this line to developed website
<script type="text/javascript" src="https://getfirebug.com/firebug-lite.js"></script>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With