Currently working on a website in ASP.Net MVC 5. I am trying to test it on my local IIS (version 8), but encountering an issue where the CSS styling is not being applied. In my _layout.cshtml file, I opted for direct link tags instead of using bundles.
<link rel="stylesheet" href="~/assets/plugins/bootstrap/css/bootstrap.min.css">
Any suggestions or assistance would be greatly appreciated.
Thank you in advance!