Aspnetcore: Loading failed for the <script> with source “https://localhost:44374/Content/MetronicRTL/assets/global/plugins/jquery-1.11.0.min.js

Created on 9 Dec 2018  ·  1Comment  ·  Source: dotnet/aspnetcore

I've included the MetronicRTL template to my asp.net core 2.1 web application in a folder I created and called Content.
Then I updated the _layout file as the layout_blank_page from the metronic like this:

`
@{
Layout = null;
}





Metronic | Page Layouts - Blank Page



<link href="http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700&subset=all" rel="stylesheet" type="text/css" />
<link href="~/Content/MetronicRTL/assets/global/plugins/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css" />
<link href="~/Content/MetronicRTL/assets/global/plugins/bootstrap/css/bootstrap-rtl.min.css" rel="stylesheet" type="text/css" />
<link href="~/Content/MetronicRTL/assets/global/plugins/uniform/css/uniform.default.css" rel="stylesheet" type="text/css" />
<link href="~/Content/MetronicRTL/assets/global/css/components-rtl.css" rel="stylesheet" type="text/css" />
<link href="~/Content/MetronicRTL/assets/global/css/plugins-rtl.css" rel="stylesheet" type="text/css" />
<link href="~/Content/MetronicRTL/assets/admin/layout/css/layout-rtl.css" rel="stylesheet" type="text/css" />
<link href="~/Content/MetronicRTL/assets/admin/layout/css/layout-rtl.css" rel="stylesheet" />

<link id="style_color" href="~/Content/MetronicRTL/assets/admin/layout/css/themes/default-rtl.css" rel="stylesheet" type="text/css" />
<link href="~/Content/MetronicRTL/assets/admin/layout/css/custom-rtl.css" rel="stylesheet" type="text/css" />

<link rel="shortcut icon" href="favicon.ico" />