I'm doing a short AJAX project, and I'd like to use Visual Studio 2010. It's just xHTML and JavaScript, with calls to a serverside .php file. What is the best way to set up a project/solution for this in VS? I see a lot of project templates having to do with ASP.NET.
Also, when I choose to Add New Item, I get "Ajax Client Control", "Ajax Client Behavior", etc as a file template. What's that? Is it worth using when I expect only to spend ~5 hours on this project? Or should I just make a blank JavaScript file, like I'm used to?
(Right now, I choose to make a project of the template Empty C# Web App. This seems dubious.)