What's the best way to manage a classic asp front-end using Visual Studio 2008?

asp-classic, tfs, visual-studio

Solution

When I had to do this, I created a blank solution in VS and then added the folders from the ASP site one at a time, adding "existing items" to each folder as I created it.

In this way I'm able to open the solution which keeps track of what files I had open at last open, plus I get the benefits of intellisense

Problem

I support a third party system that uses COM, classic ASP, and SQL Server. Our company has gone to using TFS as our source control provider - which pushes things through Visual Studio. So, what's the best way to get a classic asp front-end into Visual Studio?

Original source