Recently, I've been working on configuring the website to be compatible with various browsers. Initially, the page was tested and debugged on Chrome, IE, Firefox, and Opera without any issues.
However, when I tried debugging it on Edge, a problem arose. The page displayed without CSS and the implemented JavaScript didn't function properly.
Here are the Edge Version details:
- Microsoft Edge 42.17134.1.0
- Microsoft EdgeHTML 17.17134
I declared this on aspx:
<script src="../assets/js/jquery-ui-1.9.2.custom.js"></script>
I believe I have identified the root cause of the issue - the browser seems unable to locate all the scripts that have been added to it. This error only occurs in Edge, not in other browsers.
HTTP500: SERVER ERROR - The server encountered an unexpected condition that prevented it from fulfilling the request. GET - https://localhost:44311/assets/css/jquery-ui-1.9.2.custom.css