My website is broken in IE11. We found that it’s broken due to XSLTProcessor and XPathEvaluator since they are not supported any more in IE. I did some R&D and found that it
I changed meta tag to <meta http-equiv="X-UA-Compatible" content="IE=5" /> and it started working fine.
<meta http-equiv="X-UA-Compatible" content="IE=5" />