<div class="post-text" itemprop="description">
I'm working with a legacy web application that uses .NET 4.0 framework and has some AJAX controls from the AjaxControlToolkit 4.1.7.1005
The application is structured using nested TabContainers, in such a way that each TabContainer has several TabPanels with iframes on them that redirects to pages containing more TabContainers and so on.
The issue is when I try to run the application, hundreds of ScriptResource.axd are generated. It looks as if it was generating a script per control inside AjaxControlToolkit for each TabContiner, from the external level to the internal one.
I'm really stuck with this problem.
How can I avoid this?
</div>