Html in Microsoft Visual Studio 2010?

I have Microsoft Visual Studio 2010, and I'm just wondering how can I run an html project in it, or is this possible?

+4
source share
2 answers

Launch the ASP.NET web application in Visual Studio 2010 and delete all .ASPX files and create the .HTML files.

The IDE has excellent support for HTML and JavaScript (at least for jQuery), but is not intended for your use.

The only people who typically use Visual Studio for HTML work are ASP.NET developers like me. This is very "hard" for the pure work of HTML.

+6
source

If you have Visual Studio, perhaps you have access to Microsoft Expression Web, which does exactly what you want.

+1
source

All Articles