javascript - WebResource with invalid resources -
javascript - WebResource with invalid resources -
in our intranet environment, website works well, without problems. same address, accessed outside, have next result @ end of webresource.axd return:
/* start */ /* skipped loading 15 invalid resources. */ /* end */
the webresource.axd have content (scripts). error shown @ end. noticed included script microsoftajax.js, no other script loaded. therefore, webresource.axd much smaller supposed and, of course, website not working (many javascript functions not working). works when accessed internally. same server, same webresource request (url).
any ideas?
thank you!
i using telerik radscriptmanager. looks there bug, , reported them. had alter regular asp scriptmanager. alternatively, can utilize enablescriptcombining = false in radscriptmanager.
javascript asp.net asp.net-ajax webresource.axd webresource
Comments
Post a Comment