In Default.aspx, I have added the following line to my javascript file:
<script type="text/javascript" src="../../MyFiles/JavaScript/JavaScript.js" ></script>
When testing the website using Fiddler, I repeatedly receive a 404 error indicating that the JavaScript.js file is not found, even though it is present and functioning as intended. Any assistance or suggestions would be greatly appreciated.