Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Static web project in Visual Web Developer Express

I am about to develop a sort of web application using only static files (eg. html, js & css). Is there a way to start this sort of project in Visual Web Developer Express?

I want to have all the niceties with intellisense, sulution explorer and whatnot but I don't want all of the ASP.net structure in the sulution.

Is thiss possible or is there perhaps another IDE for this kind of project?

Thanks!

like image 794
Karl Johan Avatar asked Jul 03 '26 13:07

Karl Johan


1 Answers

Well Igues I found it.

In Visual Web Developer:

File > New Web Site > ASP.NET Empty Web Site 

I'll guess it doesn't hurt to look one more time before you ask. But someone might find this usefull in the future.

like image 159
Karl Johan Avatar answered Jul 06 '26 01:07

Karl Johan