Static web project in Visual Web Developer Express

I am going to create some kind of web application using only static files (e.g. html, js and css). Is there a way to run this kind of project in Visual Web Developer Express?

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

Is this possible or maybe another IDE for this project?

Thank!

+3
source share
1 answer

Well, Igues I found it.

In Visual Web Developer:

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

I guess it doesn't hurt to look again before asking. But someone may find this useful in the future.

+8

Source: https://habr.com/ru/post/1748998/


All Articles