--- NB: Go to the EDITED 2 section for summary ----
I have an ASP.NT MVC (4) application. I integrated (twitter)Bootstrap to it. Bootstrap is working perfectly, but the
I was also having this issue with MVC 5 and Bootstrap v3.3.6.
Failed to load resource: the server responded with a status of 404 (Not Found) http://NameOfSite/Error/NotFound?aspxerrorpath=/bundles/fonts/glyphicons-halflings-regular.woff2
You need to update the @icon-font-path
in theContent/bootstrap/variables.less
file from "../fonts/";
to "/Content/fonts/";