I've got an ASP.NET web application, and I'm attempting to reduce HTTP calls to the server, so I'd like to not load things like MicrosoftAjaxWebForms.debug.js and MicrosoftAjax.debug.js.
Script manager is used to form all of my external javascript files into one, and I'm concerned that this is causing other non-related libraries to be loaded.