Hi,
I've upgraded my project to the latest version of ACT, followed steps to configure bundling but page source code is still full of links.
Thanks,
Comments: It seems you did not put this code snippet ``` <asp:PlaceHolder runat="server"> <%: Styles.Render("~/Content/AjaxControlToolkit/Styles/Bundle") %> </asp:PlaceHolder> ``` into your master page head as described in the AjaxControlToolkit.StaticResources NuGet package readme.txt file that is shown right after package installation. I have attached it separately to make sure you did not miss any step that is required to set up your project for bundling. Please let me know of your progress.
I've upgraded my project to the latest version of ACT, followed steps to configure bundling but page source code is still full of links.
Thanks,
Comments: It seems you did not put this code snippet ``` <asp:PlaceHolder runat="server"> <%: Styles.Render("~/Content/AjaxControlToolkit/Styles/Bundle") %> </asp:PlaceHolder> ``` into your master page head as described in the AjaxControlToolkit.StaticResources NuGet package readme.txt file that is shown right after package installation. I have attached it separately to make sure you did not miss any step that is required to set up your project for bundling. Please let me know of your progress.