After running the project, I encountered the error shown in the attached image.
I have double-checked the existence of the files in the specified folders, and everything seems to be in place. However, I am unable to figure out how to resolve this issue.
Here is the code snippet:
<link href="Content/bootstrap/css/bootstrap.css" rel="stylesheet">
<link href="Content/font-awesome-4.3.0/css/font-awesome.css" rel="stylesheet">
<link href="Content/css/main.css?rndstr=<%=Guid.NewGuid().ToString() %>" rel="stylesheet" />
<% if (Session["isMobile"].ToString() != "true") { %>
<link href="Content/css/pccss.css?rndstr=<%=Guid.NewGuid().ToString() %>" rel="stylesheet">
<% } else { %>
<link href="Content/css/mobilecss.css?rndstr=<%=Guid.NewGuid().ToString() %>" rel="stylesheet">
<% } %>
<script type="text/javascript" src="Scripts/jquery/jquery-1.11.2.js"></script>
<script src="Scripts/jquery/jquery.color.js"></script>
<script type="text/javascript" src="Scripts/TouchSwipe-Jquery-Plugin-master/jquery.touchSwipe.js"></script>
<script type="text/javascript" src="Scripts/bootstrap/bootstrap.js"></script>
<script type="text/javascript" src="Scripts/js/object/components/bAlert.js"></script>