How do you enable Javascript debugging in the Ajax Control Toolkit (I'm building test pages using the source code)? I've tried adding <compilation debug="true"> to Web.config, as well as setting ScriptMode="Debug" in the ToolkitScriptManager tag, but I still get compressed/minimized javascript files for the toolkit which are impossible to debug.
Comments: Starting with the v15.1 release, we have removed the ToolkitScriptManager due to various issues it caused. Now you should use standart ASP.NET ScriptManager.
Comments: Starting with the v15.1 release, we have removed the ToolkitScriptManager due to various issues it caused. Now you should use standart ASP.NET ScriptManager.