Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Adding a non .net (static) web project to a Visual Studio solution

Is it possible to add a static web folder as a project in Visual Studio?

I have a VS solution with a number of sites and services, I also have a static html/JS/backbone site with no .net/cshtml content which I would like to be logically in this solution, and edited in VS.

is this possible?

like image 475
JAG Avatar asked Aug 21 '13 11:08

JAG


2 Answers

Create a physical folder with your web site in it.

then right click on solution, add existing web site, and select the folder

like image 53
JAG Avatar answered Oct 03 '22 13:10

JAG


You could just add a new solution folder, and add your files under there.

like image 26
David_001 Avatar answered Oct 03 '22 15:10

David_001