views:

15

answers:

1

8yr old Classic ASP site needs to be migrated into a new VS solution or project as it never was created with one and I need to modify, but I am having no luck I have tried copying to InetPub and building from there but in VS it only wants to load each file individually which is a hassle.

ANY ideas tips or pointers would be greatly appreciated!

Attempting to use VWD 2008, but ready to just go 2010.

A: 

@Possible Baloch provided this answer in the question titled "will visual studio 2010 support classic asp?"

open your site using the Open->Website under MS VS 2008 or 2010

then save it as a solution. you site is now in a solution ;) I hope this helps

Axeva