How do you add the Ignite UI Dock Manager to an ASP.NET MVC (.NET Framework) app?
I tried the technique at the link below, but got error 403 when loading the dockmanager using the script below.
https://www.igniteui.com/dock-manager/overview
This script throws error 403, so the dock manager shown in the page above does not work.
<script type="module"> import { defineCustomElements } from 'cdn-na.infragistics.com/.../index.mjs'; defineCustomElements(); window.moduleLoaded = true; </script>