Internet explorer 11 (latest) crashes with the message "Internet Explorer has stopped working" when opening developer tools and and I have my site open. Chrome, Edge doesn't give the problem.
All the functionality in my site works correctly.
This is only with my site (intranet site)
When I debug it I get
Unhandled exception at 0x5B514C32 (mshtml.dll) in iexplore.exe: 0xC00000FD: Stack overflow (parameters: 0x00000001, 0x06EC2FFC).
How can I troubleshoot what in my site causes this behavior?
I have tried resetting Internet Explorer and disabling all add-ins but because the issue is not to do with other sites I can only think the issue is to do someone specific in the html/ javascript in my site.
Launch IE. Enter WebGUI URL in IE address bar and login. 2. Once you are ready to re-create the problem, click Tools -> F12 Developer Tools to turn on Developer Tools.
In the left pane, click/tap on to expand User Configuration, Administrative Templates, Windows Components, Internet Explorer, and Toolbars. 3. In the right pane, double click/tap on Turn off Developer Tools.
On June 15, 2022, the Internet Explorer 11 desktop application is no longer be supported on certain versions of Windows 10*. Customers are encouraged to move to Microsoft Edge, which provides support for legacy and modern websites and apps.
In my case I had a CSS (font-awesome) file included twice on the layout.cshtml file causing IE to crash every time I press F12.
Removing the duplicate fixed it:
<link rel="stylesheet" type="text/css" href="~/Content/themes/base/css/font-awesome.min.css" />
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