Search code examples
javascripthtmlcssidevisual-web-developer

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!


Solution

  • 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.