Quantcast
Channel: AjaxControlToolkit Work Item Rss Feed
Viewing all articles
Browse latest Browse all 4356

Closed Unassigned: Combined scripts are not cached [27531]

$
0
0
Hello,
I just tried to set up combined scripts with the last version of ACT and it seems that scripts are never cached.

page.aspx
```
<act:ToolkitScriptManager runat="server" ID="ScriptManager1">
</act:ToolkitScriptManager>
```

AjaxControlToolkit.config
```
<ajaxControlToolkit>
<controlBundles>
<controlBundle>
<control name="ModalPopupExtender" />
</controlBundle>
</controlBundles>
</ajaxControlToolkit>
```
web.config - handlers added

See attached screen. Everytime page is reloaded, all scripts are loaded from cache, except ACT.
Any solution for this?
Comments: Starting with the v15.1 release, we have removed the ToolkitScriptManager due to various issues it caused. So, the described problem no longer exists.

Viewing all articles
Browse latest Browse all 4356

Trending Articles