Posted on: 12/16/2014 10:42:37 AM | Views : 898

I would like to combine all axd filen in my application.
I have a masterpage and I am using ajaxtoolkit on some pages.
Because of the pages where I use Ajax Toolkit, I have to write the scriptmanager like this:  <ajaxToolkit:ToolkitScriptManager  EnableCdn="true"
That means that all the other .axd files will not be combined, because I had to write the scriptmanager like this:  <asp:ScriptManager EnableCdn="true"
Is there a way to combine all the .axd files?

Go to the complete details ...