I've been experimenting with Bootstrap for website design, but I'm facing an issue with adding files to my project. When creating a project in Visual Studio 2015 using File/New/Web Site...
, I'm able to simply Copy/Paste the css, fonts, js
folders into the project for easy access. However, when adding it to
Solution/New Project/ASP.NET Web Application/Empty
or Web Forms
, I struggle with incorporating the Bootstrap files in the same way as other scripts
or Styles
folders within the project.
Therefore, I am currently seeking a helpful guide on how to effectively add and utilize Bootstrap in my existing Solution web projects.