Within our internal network, the website functions smoothly without any issues. However, when trying to access the same site from an external location, we encounter a specific error message at the end of the WebResource.axd return:
/* START */
/* Skipped loading 15 invalid resources. */
/* END */
The WebResource.axd does contain content in the form of scripts. The error only appears at the conclusion, indicating that only the MicrosoftAjax.js script is included while others fail to load. Consequently, the WebResource.axd file is significantly smaller than expected, leading to the malfunctioning of certain Javascript functions on the website. Strangely enough, everything works perfectly when accessed internally using the same server and WebResource request (URL).
Do you have any insights or suggestions on how to resolve this issue?
We appreciate your help!