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

Popular posts from this blog

php - How to pass multiple values from url -

xslt - DocBook 5 to PDF transform failing with error: "fo:flow" is missing child elements. Required content model: marker* -

database - php search bar when I press submit with nothing in the search bar it shows all the data -