Since visual studio added support for JQuery, I am wondering how to create a simple web project that contains html and javascript. I am using VS2010 Ultimate.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It is very easy to get started with a website with Visual Studio 2010. You can actually use a standard template, by choosing : File -> New -> Website and then in the overview, choose “ASP.NET website” for the template. This will generate everything you will need, to get started.