Unable to add existing css and assets folder to wwwroot folder in ASP.NET Core 3.1

531 Views Asked by At

I created new ASP.NET Core 3.1 web project.

What I am trying to do is to style my application based on some paid theme so I copied all CSS and assets folder to the wwwroot folder and then when I tried to reference those to html in Layout html or anywhere else my css and js is not getting applied to my html.

Can anyone explain why? Below is the directory structure I have added inside lib folder _scss folder and assets folder

enter image description here

enter image description here

0

There are 0 best solutions below