Apologies for the generic question, but I am in need of the expertise of individuals who have experience with this particular task. We are dealing with an outdated website built on Asp.Net 2.0, using traditional JavaScript, Ajax, custom controls, and HTML 4. Unfortunately, when we try to access this website using IE 10 or 11, it does not function as expected. For example, old traditional document.getElementById
does not work properly in IE 10. There could be other issues like this throughout the codebase.
I have searched online but was unable to find relevant information on what other features IE 10/11 do not support, requiring us to make changes in our code.
Is there anyone with the necessary expertise to identify statements that are no longer supported by IE 10/11? Our goal is to ensure compatibility without relying on compatibility mode.
Your feedback would be greatly appreciated.