Hopefully someone can point me towards what to look for to fix this problem. I am using the latest version of AjaxControlToolkit (v15.1.3). I have followed the directions for enabling optimization and bundling. The styles are bundling correctly, but the scripts are not. Yes, I have added the script reference to the scriptmanager exactly as displayed in the instructions, and have installed the nuget Ajax Control Toolkit Static resources package, and the Scripts are all under ~/Scripts/AjaxControlToolkit/Debug and ~Scripts/AjaxControlToolkit/Release. I have debug = false under compilation in the web.config, and like I mentioned, style bundling works fine.
Another point to mention is that the scripts are bundling fine under my development machine running windows 10 and visual studio 2013 when I test my website, but when I publish it to our production webserver (windows server 2003 with IIS 6 and .net framework 4), style bundling works but the script bundling does not, as a separate script tag is rendered for each ajax control toolkit script.
Comments: Thank you for sharing your experience!
Another point to mention is that the scripts are bundling fine under my development machine running windows 10 and visual studio 2013 when I test my website, but when I publish it to our production webserver (windows server 2003 with IIS 6 and .net framework 4), style bundling works but the script bundling does not, as a separate script tag is rendered for each ajax control toolkit script.
Comments: Thank you for sharing your experience!