dotnet / aspnetcore

ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.
https://asp.net
MIT License
35.46k stars 10.03k forks source link

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

Closed MasHero7 closed 5 years ago

MasHero7 commented 5 years ago

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; }

<!DOCTYPE html>

Metronic | Page Layouts - Blank Page
@RenderBody()
@RenderSection("Scripts", required: false)

`

When I run this page _layout.html in Firefox and run the Inspector it gives me this error for each script file called like this: Loading failed for the Githubissues.

  • Githubissues is a development platform for aggregating issues.