Reputation: 7291
I'm trying to explore Visual Studio 2015 and ASP.NET-5 MVC-6.
Project directory structure-
Razor view HTML
<!DOCTYPE html>
<html>
<head>
<link href="~/assets/css/bootstrap.min.css" rel="stylesheet">
... ... ...
</head>
<body>
... ... ...
</body>
</html>
Browser finds no asset files. Screenshot-
What I'm missing here?
Upvotes: 4
Views: 799