views:

36

answers:

1

Hello,

How can I work with JS in Visual Studio 2008? In example if I have only 1 JS file which I want to work with. So what project type should I create in VS to add JS file to it so VS will see how it works? Maybe someone could write a short step-by-step guide how to do so? I would be grateful! :)

+1  A: 

Just create an ASP.NET Web Application, and put your JS in there. And remember, Google is your friend :-)

Vinay Sajip
Thanks a lot mate! :) I have googled wrongly... only on js project in vs but nothing came good.. only about intellisens and etc.. :(
faya