I am using CompositeScript
to combine JS into one file for sending.
But I have the AjaxScriptManager
in the masterpage and not in every aspx page. So should I include all my javascript file references inside the CompositeScript
in the masterpage, or should I place an AjaxScriptManager
in every aspx page and add to the CompositeScript
only the JS files that are specific for that page?