Currently working with an Orchard Asp.net MVC 3 Project.
Upon examining the source code in the browser, I notice all the JS and CSS files being referenced/imported. However, clicking on the URL for certain JS files located in the MediaLibrary or Modules folder on the server results in a "not found" error.
Oddly enough, the file does exist on the server physically.
This issue seems to mainly occur within the Modules folder.
Any insights on why this might be happening?
Thank you!