Asp.net Mvc アプリで footable を使用します。httpで実行すると問題なく動作します。しかし、Azure から https で同じアプリを実行すると、次のエラーで失敗します。
(function ($, w, undefined) {
if (w.footable === undefined || w.footable === null)
throw new Error('Please check and make sure footable.js is included in the page and is loaded prior to this script.');
いくつかのアイデア?また、バンドル内のフッタブルのベスト プラクティスと、それを _Layout ファイルのどこに配置するかを教えてください。